Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dscoped_generic.h76 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
80 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function
83 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
88 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dscoped_generic.h76 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
80 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function
83 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
88 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
/aosp_15_r20/external/libchrome/base/
H A 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
H A Dscoped_generic_unittest.cc33 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
/aosp_15_r20/external/cronet/base/
H A Dscoped_generic.h102 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function
106 explicit ScopedGeneric(const element_type& value) : data_(value) { in ScopedGeneric() function
111 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function
117 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function
H A Dscoped_generic_unittest.cc39 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/
H A DScopedGeneric.java23 class ScopedGeneric<T> { class
25 @Inject ScopedGeneric(T t) { in ScopedGeneric() method in ScopedGeneric
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
H A DScopedGeneric.kt22 @Singleton class ScopedGeneric<T> @Inject constructor(val t: T) class
/aosp_15_r20/external/cronet/base/win/
H A Dscoped_pdh_query.h51 : ScopedGeneric(pdh_query) {} in ScopedGeneric() function