Home
last modified time | relevance | path

Searched defs:ScopedGeneric (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/
Dscoped_generic.h73 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
77 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function
80 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
85 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
Dscoped_generic_unittest.cc33 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
/external/dagger2/javatests/dagger/functional/generictypes/
DScopedGeneric.java23 class ScopedGeneric<T> { class
25 @Inject ScopedGeneric(T t) { in ScopedGeneric() method in ScopedGeneric
/external/cronet/stable/base/
Dscoped_generic.h104 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
108 explicit ScopedGeneric(const element_type& value) : data_(value) { in ScopedGeneric() function
113 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
119 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
Dscoped_generic_unittest.cc39 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
/external/cronet/tot/base/
Dscoped_generic.h104 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
108 explicit ScopedGeneric(const element_type& value) : data_(value) { in ScopedGeneric() function
113 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
119 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
Dscoped_generic_unittest.cc39 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
DScopedGeneric.kt22 @Singleton class ScopedGeneric<T> @Inject constructor(val t: T) class
/external/cronet/stable/base/win/
Dscoped_pdh_query.h51 : ScopedGeneric(pdh_query) {} in ScopedGeneric() function
/external/cronet/tot/base/win/
Dscoped_pdh_query.h51 : ScopedGeneric(pdh_query) {} in ScopedGeneric() function