Searched refs:Ownership (Results 1 – 25 of 57) sorted by relevance
123
/third_party/node/src/ |
D | js_native_api_v8.h | 393 enum class Ownership { enum 427 Ownership ownership, 435 Ownership ownership, 445 Ownership ownership() { return ownership_; } in ownership() 452 Ownership ownership_; 465 Ownership ownership, 521 …v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserla… in CreatePropertyCfg() 527 …v8impl::Reference* reference = v8impl::Reference::New(env, v8_value, 1, v8impl::Ownership::kUserla… in CreatePropertyCfg()
|
D | js_native_api_v8.cc | 507 if (reference->ownership() == Ownership::kUserland) { in Unwrap() 1051 v8impl::Ownership::kUserland, in Wrap() 1062 v8impl::Ownership::kRuntime, in Wrap() 1152 Ownership ownership, in RefBase() 1162 Ownership ownership, in New() 1196 FinalizeCore(/*deleteMe:*/ ownership_ == Ownership::kRuntime); in Finalize() 1217 Ownership ownership, in New() 3520 v8impl::Ownership::kRuntime, in OH_JSVM_CreateExternal() 3628 env, v8_value, initialRefcount, v8impl::Ownership::kUserland); in OH_JSVM_CreateReference() 4292 v8impl::Ownership ownership = result == nullptr in OH_JSVM_AddFinalizer() [all …]
|
/third_party/openssl/doc/man3/ |
D | CTLOG_new.pod | 34 be provided that can be used to help users identify this log. Ownership of the 56 created. Ownership of the string remains with the CTLOG. 60 v1 CT log, the LogID will be a SHA-256 hash (i.e. 32 bytes long). Ownership of 63 CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
|
D | X509_get0_notBefore.pod | 42 and B<notAfter> fields of B<x> to B<tm>. Ownership of the passed 53 and B<nextUpdate> fields of B<crl> to B<tm>. Ownership of the passed parameter
|
D | SSL_CTX_set0_CA_list.pod | 66 requesting a client certificate for B<ctx>. Ownership of B<list> is transferred 71 setting valid for B<ssl>'s SSL_CTX object. Ownership of B<list> is transferred 107 B<name_list>. Ownership of B<name_list> is transferred to B<ctx> and 111 overriding any list set in the parent B<SSL_CTX> of B<s>. Ownership of
|
D | SSL_CTX_set_tmp_dh_callback.pod | 76 an B<EVP_PKEY> containg DH parameters. Ownership of the I<dhpkey> value is 100 return the parameters to be used in a DH object. Ownership of the DH object is
|
D | EVP_PKEY_is_a.pod | 40 Ownership of the returned string is retained by the I<pkey> object and should
|
D | EVP_KEYEXCH_free.pod | 58 algorithm definition is returned. Ownership of the returned string is retained
|
D | EVP_SIGNATURE.pod | 71 algorithm definition is returned. Ownership of the returned string is retained
|
D | EVP_ASYM_CIPHER_free.pod | 67 algorithm definition is returned. Ownership of the returned string is retained
|
D | EVP_KEM_free.pod | 60 algorithm definition is returned. Ownership of the returned string is retained
|
D | SRP_VBASE_new.pod | 70 Ownership of the returned pointer is released to the caller, it must be freed
|
D | OSSL_ENCODER.pod | 117 algorithm definition is returned. Ownership of the returned string is retained
|
D | EVP_KEYMGMT.pod | 75 algorithm definition is returned. Ownership of the returned string is
|
D | X509_STORE_CTX_new.pod | 104 Ownership of the chain is transferred to I<ctx>, 144 Ownership of the chain is transferred to I<ctx>,
|
D | OSSL_DECODER.pod | 116 algorithm definition is returned. Ownership of the returned string is retained
|
D | SSL_CTX_set_ct_validation_callback.pod | 75 Ownership of this context remains with the caller.
|
D | SSL_CTX_set_psk_client_callback.pod | 93 Ownership of the SSL_SESSION object is passed to the OpenSSL library and so it
|
/third_party/node/doc/contributing/ |
D | cpp-style-guide.md | 25 * [Ownership and smart pointers](#ownership-and-smart-pointers) 211 ### Ownership and smart pointers
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_window_rectangles.txt | 131 "Window Rectangles Test" with an arrow from the "Pixel Ownership Test" 135 "Pixel Ownership Test" 256 with an arrow from the "Pixel Ownership Test" box and an arrow to the 273 "Pixel Ownership Test"
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_window_rectangles.txt | 131 "Window Rectangles Test" with an arrow from the "Pixel Ownership Test" 135 "Pixel Ownership Test" 256 with an arrow from the "Pixel Ownership Test" box and an arrow to the 273 "Pixel Ownership Test"
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_bali_r_instruments.txt | 78 section 4.1.1 (Pixel Ownership Test):
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_bali_r_instruments.txt | 78 section 4.1.1 (Pixel Ownership Test):
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 81 Ownership of the assembler buffer and its allocator are transferred to the
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 224 ## Extracted File Ownership
|
123