Home
last modified time | relevance | path

Searched defs:construct (Results 1 - 25 of 70) sorted by relevance

123

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock_archs.js
H A Dv8_mock.js
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp61 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function
70 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function
81 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function
94 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function
103 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function
155 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) construct() function
165 static void construct(BasicJsonType& j, typename BasicJsonType::array_t&& arr) construct() function
177 static void construct(BasicJsonType& j, const CompatibleArrayType& arr) construct() function
190 static void construct(BasicJsonType& j, const std::vector<bool>& arr) construct() function
206 static void construct(BasicJsonType& j, const std::valarray<T>& arr) construct() function
225 static void construct(BasicJsonType& j, const typename BasicJsonType::object_t& obj) construct() function
235 static void construct(BasicJsonType& j, typename BasicJsonType::object_t&& obj) construct() function
246 static void construct(BasicJsonType& j, const CompatibleObjectType& obj) construct() function
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/third_party/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionClassesCjsExportAssignment.js
/third_party/json/tests/src/
H A Dunit-allocator.cpp24 void construct(T* /*unused*/, Args&& ... /*unused*/) in construct() function
62 void construct(T* p, Args&& ... args) in construct() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps
65 PolicyWithoutOptionalOps::construct = [&](void* a1, Slot* a2, Slot a3) { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
H A Dhash_policy_traits.h93 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() function
H A Dnode_hash_policy.h56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() function
H A Dcounting_allocator.h72 void construct(U* p, Args&&... args) { in construct() function in absl::container_internal::CountingAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h561 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
H A Dflat_hash_set.h461 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
/third_party/node/lib/internal/streams/
H A Ddestroy.js219 function construct(stream, cb) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp82 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h67 void construct(U* p, Args&&... args) { in construct() function in v8::internal::ZoneAllocator
/third_party/libexif/contrib/c++/
H A Dexif_module.cxx324 static void construct(PyObject* obj, converter::rvalue_from_python_stage1_data* data) in construct() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStatistic.h53 void construct(const char *debugtype, const char *name, const char *desc) { in construct() function in llvm::Statistic
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceMemory.h81 template <typename... A> void construct(pointer P, A &&... Args) { in construct() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DPoolAlloc.h90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct() function in pool_allocator
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h114 void Pool<T>::Item::construct() { in construct() function in marl::Pool::Item
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Doptional.h151 void construct(Args&&... args) { in construct() function in absl::optional_internal::optional_data_base
/third_party/icu/icu4c/source/test/intltest/
H A Dfldset.cpp37 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { in construct() function in FieldsSet
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
/third_party/openssl/crypto/encode_decode/
H A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member

Completed in 12 milliseconds

123