HomeSort by relevance Sort by last modified time
    Searched defs:LazyInstance (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/
lazy_instance.h 5 // The LazyInstance<Type, Traits> class manages a single instance of Type,
14 // LazyInstance is completely thread safe, assuming that you create it safely.
16 // static constructor. It really only makes sense to declare a LazyInstance as
19 // LazyInstance is similar to Singleton, except it does not have the singleton
20 // property. You can have multiple LazyInstance's of the same type, and each
27 // static LazyInstance<MyClass> my_instance = LAZY_INSTANCE_INITIALIZER;
46 // LazyInstance uses its own struct initializer-list style static
84 // Use LazyInstance<T>::Leaky for a less-verbose call-site typedef; e.g.:
85 // base::LazyInstance<T>::Leaky my_leaky_lazy_instance;
87 // base::LazyInstance<T, base::internal::LeakyLazyInstanceTraits<T>
    [all...]
  /external/v8/src/base/
lazy-instance.h 5 // The LazyInstance<Type, Traits> class manages a single instance of Type,
12 // LazyInstance is completely thread safe, assuming that you create it safely.
14 // static constructor. It really only makes sense to declare a LazyInstance as
17 // LazyInstance is similar to Singleton, except it does not have the singleton
18 // property. You can have multiple LazyInstance's of the same type, and each
26 // static LazyInstance<MyClass>::type my_instance = LAZY_INSTANCE_INITIALIZER;
42 // static LazyInstance<MyClass, MyCreateTrait>::type my_instance =
46 // - This implementation of LazyInstance IS THREAD-SAFE by default. See
53 // LazyInstance can actually be used in two different ways:
219 struct LazyInstance {
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 84 milliseconds