Searched refs:Construct (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 168 std::int32_t Construct(TypeTag<Type>, Args&&... args) { 173 EnableIfConstructible<std::int32_t, Type, Args...> Construct(Args&&... args) { 227 Construct(TypeTag<Type>{}, std::forward<Args>(args)...); 307 std::int32_t Construct(TypeTag<First>, Args&&... args) { 312 std::int32_t Construct(TypeTag<T>, Args&&... args) { 314 rest_.template Construct(TypeTag<T>{}, std::forward<Args>(args)...); 318 EnableIfConstructible<std::int32_t, First, Args...> Construct( 324 EnableIfNotConstructible<std::int32_t, First, Args...> Construct( 326 return 1 + rest_.template Construct(std::forward<Args>(args)...); 388 Construct(TypeTag<First>{}, std::forward<Args>(args)...); [all …]
|
/frameworks/native/libs/ftl/ |
D | expected_test.cpp | 33 TEST(Expected, Construct) { in TEST() argument
|
D | optional_test.cpp | 38 TEST(Optional, Construct) { in TEST() argument
|
D | small_map_test.cpp | 59 TEST(SmallMap, Construct) { in TEST() argument
|
D | static_vector_test.cpp | 63 TEST(StaticVector, Construct) { in TEST() argument
|
D | small_vector_test.cpp | 65 TEST(SmallVector, Construct) { in TEST() argument
|
/frameworks/base/config/ |
D | preloaded-classes | 14773 java.lang.invoke.Transformers$Construct
|
D | boot-image-profile.txt | 47350 Ljava/lang/invoke/Transformers$Construct;
|