/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ImmutableSortedSet.java | 364 static <E> ImmutableSortedSet<E> construct( in construct() method in ImmutableSortedSet
|
H A D | ImmutableList.java | 346 private static <E> ImmutableList<E> construct(Object... elements) { in construct() method in ImmutableList
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | ImmutableSortedSet.java | 368 static <E> ImmutableSortedSet<E> construct( in construct() method in ImmutableSortedSet
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 301 template <class T> void construct(T V) { in construct() function
|
/aosp_15_r20/external/ublksrv/include/nlohmann/ |
H A D | json.hpp | 5176 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() function 5189 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function 5198 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function 5209 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function 5222 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function 5231 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function 5244 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct() function 5257 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct() function 5270 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct() function 5283 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct() function [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | GrammarInfo.java | 96 construct; enumConstant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | scoped_allocator.hpp | 811 BOOST_CONTAINER_FORCEINLINE void construct(T* p, BOOST_FWD_REF(Args)...args) in construct() function in boost::container::scoped_allocator_adaptor
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | SimpleTimeZone.java | 991 private void construct(int _raw, in construct() method in SimpleTimeZone
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | ICarImpl.java | 1303 CarRemoteAccessService construct(Context context, SystemInterface systemInterface, in construct() method
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | simpletz.cpp | 149 void SimpleTimeZone::construct(int32_t rawOffsetGMT, in construct() function in SimpleTimeZone
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | simpletz.cpp | 149 void SimpleTimeZone::construct(int32_t rawOffsetGMT, in construct() function in SimpleTimeZone
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | SimpleTimeZone.java | 966 private void construct(int _raw, in construct() method in SimpleTimeZone
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/ |
D | de.rs | 480 let construct = if params.has_getter { in deserialize_tuple() localVariable 924 let construct = if params.has_getter { in deserialize_struct() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/ |
H A D | de.rs | 480 let construct = if params.has_getter { in deserialize_tuple() localVariable 924 let construct = if params.has_getter { in deserialize_struct() localVariable
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 146 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
H A D | raw_hash_set_probe_benchmark.cc | 56 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 146 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
H A D | raw_hash_set_probe_benchmark.cc | 56 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 54 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
H A D | raw_hash_set_allocator_test.cc | 135 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_probe_benchmark.cc | 56 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 135 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 135 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 54 static void construct(allocator_type* alloc, slot_type* slot, in construct() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | null_socket_service.hpp | 66 void construct(implementation_type&) in construct() function in boost::asio::detail::null_socket_service
|