Searched defs:ScopedGeneric (Results 1 – 10 of 10) sorted by relevance
73 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function77 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function80 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function85 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
33 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
23 class ScopedGeneric<T> { class25 @Inject ScopedGeneric(T t) { in ScopedGeneric() method in ScopedGeneric
104 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function108 explicit ScopedGeneric(const element_type& value) : data_(value) { in ScopedGeneric() function113 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function119 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
39 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
22 @Singleton class ScopedGeneric<T> @Inject constructor(val t: T) class
51 : ScopedGeneric(pdh_query) {} in ScopedGeneric() function