Home
last modified time | relevance | path

Searched refs:Instantiate (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/src/
Dpipe_wrap.h42 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
Dtcp_wrap.h41 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
Dmodule_wrap.h78 static void Instantiate(const v8::FunctionCallbackInfo<v8::Value>& args);
Dconnection_wrap.cc52 if (!WrapType::Instantiate(env, wrap_data, WrapType::SOCKET) in OnConnection()
Dudp_wrap.h175 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
Dpipe_wrap.cc48 MaybeLocal<Object> PipeWrap::Instantiate(Environment* env, in Instantiate() function in node::PipeWrap
Dstream_wrap.cc221 if (!WrapType::Instantiate(env, parent, WrapType::SOCKET).ToLocal(&wrap_obj)) in AcceptHandle()
Dmodule_wrap.cc308 void ModuleWrap::Instantiate(const FunctionCallbackInfo<Value>& args) { in Instantiate() function in node::loader::ModuleWrap
743 env->SetProtoMethod(tpl, "instantiate", Instantiate); in Initialize()
Dtcp_wrap.cc54 MaybeLocal<Object> TCPWrap::Instantiate(Environment* env, in Instantiate() function in node::TCPWrap
Dudp_wrap.cc723 MaybeLocal<Object> UDPWrap::Instantiate(Environment* env, in Instantiate() function in node::UDPWrap
/third_party/boost/libs/python/doc/reference/
Dextract.qbk89 // Instantiate an X object through the Python interface.
/third_party/boost/libs/fiber/doc/
Dpackaged_task.qbk16 # Instantiate `packaged_task<>` with template arguments matching the signature
Dcallbacks.qbk52 # Instantiate a `promise<>` of correct type.
/third_party/mesa3d/docs/ci/
DLAVA.rst38 Instantiate your boards by creating them in the UI or at the command
/third_party/ffmpeg/libavcodec/arm/
Dvp9mc_16bpp_neon.S178 @ Instantiate a horizontal filter function for the given size.
Dvp9mc_neon.S545 @ Instantiate a vertical filter function for filtering 8 pixels at a time.
610 @ Instantiate a vertical filter function for filtering a 4 pixels wide
/third_party/selinux/secilc/docs/
Dcil_call_macro_statements.md7 Instantiate a [macro](#macro) within the current namespace. There may be zero or more parameters pa…
/third_party/node/doc/api/
Durl.md638 Instantiate a new empty `URLSearchParams` object.
670 Instantiate a new `URLSearchParams` object with a query hash map. The key and
697 Instantiate a new `URLSearchParams` object with an iterable map in a way that
/third_party/flatbuffers/dart/lib/src/
Dbuilder.dart19 /// Instantiate the builder if you intent to gradually build up the buffer by calling
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td845 // Instantiate the bitwise ops for type TYPE.
875 // Instantiate additional patterns for absolute-related expressions on
911 // Instantiate minimum- and maximum-related patterns for TYPE. CMPH is the
/third_party/mindspore/mindspore/nn/probability/
DREADME.md339 3. Instantiate class `TransformToBNN`
/third_party/boost/libs/spirit/doc/karma/
Dquick_reference.qbk626 [[my_grammar<OutputIterator> g] [Instantiate a grammar]]
/third_party/python/Doc/library/
Dcurses.rst623 Instantiate the bytes object *str* with the supplied parameters, where *str* should
Dsocket.rst731 Instantiate a socket from data obtained from the :meth:`socket.share`
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md1136 …nodejs/node/commit/6838ad5f8e)] - **src**: fix handle leak in UDPWrap::Instantiate() (Ben Noordhui…

12