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/ |
D | scoped_generic.h | 76 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/ |
D | scoped_generic.h | 76 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 D | scoped_generic.h | 73 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 D | scoped_generic_unittest.cc | 33 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
|
/aosp_15_r20/external/cronet/base/ |
H A D | scoped_generic.h | 102 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 D | scoped_generic_unittest.cc | 39 TEST(ScopedGenericTest, ScopedGeneric) { in TEST() argument
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/ |
H A D | ScopedGeneric.java | 23 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 D | ScopedGeneric.kt | 22 @Singleton class ScopedGeneric<T> @Inject constructor(val t: T) class
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | scoped_pdh_query.h | 51 : ScopedGeneric(pdh_query) {} in ScopedGeneric() function
|