Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp38 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() function
51 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function
60 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function
71 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function
84 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function
93 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function
106 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct() function
119 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct() function
132 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct() function
145 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct() function
[all …]
/third_party/gstreamer/gst_libav/docs/
Dgst_plugins_cache.json34 "construct": false, boolean
46 "construct": false, boolean
58 "construct": false, boolean
70 "construct": false, boolean
82 "construct": false, boolean
123 "construct": false, boolean
135 "construct": false, boolean
147 "construct": false, boolean
159 "construct": false, boolean
171 "construct": false, boolean
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_construct.js20 var handler = { construct (target) { method
91 construct(t, c, args) { method
104 construct(target, args, new_target) { method
128 construct: function(target, argumentsList, newTarget) { method
142 construct: function(target, argumentsList, newTarget) { method
155 construct: function(target, argumentsList, newTarget) { method
/third_party/gstreamer/gstreamer/docs/plugins/
Dgst_plugins_cache.json34 "construct": false, boolean
46 "construct": false, boolean
86 "construct": false, boolean
98 "construct": false, boolean
110 "construct": false, boolean
152 "construct": false, boolean
163 "construct": false, boolean
202 "construct": false, boolean
242 "construct": false, boolean
256 "construct": false, boolean
[all …]
/third_party/gstreamer/gstplugins_bad/docs/plugins/
Dgst_plugins_cache.json35 "construct": false, boolean
47 "construct": false, boolean
143 "construct": false, boolean
157 "construct": false, boolean
221 "construct": false, boolean
233 "construct": false, boolean
245 "construct": false, boolean
257 "construct": false, boolean
269 "construct": false, boolean
310 "construct": false, boolean
[all …]
/third_party/gstreamer/gstplugins_base/docs/plugins/
Dgst_plugins_cache.json36 "construct": false, boolean
84 "construct": false, boolean
122 "construct": false, boolean
134 "construct": false, boolean
146 "construct": false, boolean
185 "construct": false, boolean
197 "construct": false, boolean
209 "construct": false, boolean
221 "construct": false, boolean
272 "construct": false, boolean
[all …]
/third_party/gstreamer/gstplugins_good/docs/
Dgst_plugins_cache.json33 "construct": false, boolean
47 "construct": false, boolean
61 "construct": false, boolean
73 "construct": false, boolean
85 "construct": false, boolean
99 "construct": false, boolean
113 "construct": false, boolean
127 "construct": false, boolean
174 "construct": false, boolean
188 "construct": false, boolean
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.js67 construct(input, handle = () => void 0) { method in Context
122 construct: function (input, handle) { method in Context
/third_party/json/test/src/
Dunit-allocator.cpp43 void construct(T* /*unused*/, Args&& ... /*unused*/) in construct() function
81 void construct(T* p, Args&& ... args) in construct() function
248 …void construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args.… in construct() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
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::__anon7e9050f00111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
Dnode_hash_policy.h56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() function
Dcounting_allocator.h72 void construct(U* p, Args&&... args) { in construct() function
/third_party/typescript/tests/cases/compiler/
Darguments.ts14 construct: new (args: typeof arguments) => void; property
/third_party/protobuf/src/google/protobuf/
Dmap.h140 void construct(NodeType* p, Args&&... args) { in construct() function
154 void construct(pointer p, const_reference t) { new (p) value_type(t); } in construct() function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_cfg.cpp110 for (auto construct : constructs) { in UpdateContinueConstructExitBlocks() local
156 string ConstructErrorString(const Construct& construct, in ConstructErrorString()
206 for (const Construct& construct : function.constructs()) { in StructuredControlFlowChecks() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocFunctionType.ts58 var construct = function(dref) { return new dref(33); } variable
/third_party/openssl/include/internal/
Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js14 construct() { throw new Error('construct'); } method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts3 construct?(target: T, argArray: any[], newTarget: Function): object; method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts23 construct?(target: T, argArray: any[], newTarget: Function): object; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h53 void construct(const char *debugtype, const char *name, const char *desc) { in construct() function
/third_party/node/test/parallel/
Dtest-promises-unhandled-proxy-rejections.js38 construct: throwErr property
/third_party/jsoncpp/include/json/
Dallocator.h49 template <typename... Args> void construct(pointer p, Args&&... args) { in construct() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp82 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set.h461 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function

1234