Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/third_party/jerryscript/tests/unit-core/
Dtest-newtarget.c128 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1); in main() local
129 TEST_ASSERT (!jerry_value_is_error (constructed)); in main()
130 TEST_ASSERT (jerry_value_is_object (constructed)); in main()
132 jerry_release_value (constructed); in main()
138 jerry_value_t constructed = jerry_call_function (demo_func, this_arg, &test_arg, 1); in main() local
139 TEST_ASSERT (jerry_value_is_undefined (constructed)); in main()
140 jerry_release_value (constructed); in main()
141 jerry_release_value (constructed); in main()
147 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1); in main() local
148 TEST_ASSERT (!jerry_value_is_error (constructed)); in main()
[all …]
/third_party/libcoap/src/
Dcoap_asn1.c35 asn1_tag_c(const uint8_t **ptr, int *constructed, int *class) in asn1_tag_c() argument
41 *constructed = (byte & 0x20) ? 1 : 0; in asn1_tag_c()
66 int constructed; in get_asn1_tag() local
69 uint8_t tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag()
74 if (class == 2 && constructed == 1) { in get_asn1_tag()
76 tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag()
89 if (tag == 0x10 && constructed == 1) { in get_asn1_tag()
97 tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag()
/third_party/boost/boost/interprocess/detail/
Dnamed_proxy.hpp69 , std::size_t &constructed) in construct_n()
72 for(constructed = 0; constructed < num; ++constructed){ in construct_n()
203 virtual void construct_n(void *mem, std::size_t num, std::size_t &constructed)\
206 for(constructed = 0; constructed < num; ++constructed){\
233 virtual void construct_n(void *mem, std::size_t num, std::size_t &constructed)\
236 for(constructed = 0; constructed < num; ++constructed){\
/third_party/boost/boost/parameter/aux_/
Dmaybe.hpp84 inline explicit maybe(T value_) : value(value_), constructed(false) in maybe()
88 inline maybe() : value(), constructed(false) in maybe()
94 if (this->constructed) in ~maybe()
109 this->constructed = true; in construct2()
144 mutable bool constructed; member
/third_party/grpc/src/core/ext/filters/client_channel/
Dlocal_subchannel_pool.cc36 Subchannel* constructed) { in RegisterSubchannel() argument
43 GRPC_SUBCHANNEL_UNREF(constructed, "subchannel_register+found_existing"); in RegisterSubchannel()
47 constructed, nullptr); in RegisterSubchannel()
48 c = constructed; in RegisterSubchannel()
Dglobal_subchannel_pool.cc61 Subchannel* constructed) { in RegisterSubchannel() argument
75 GRPC_SUBCHANNEL_UNREF(constructed, in RegisterSubchannel()
104 GRPC_SUBCHANNEL_WEAK_REF(constructed, "subchannel_register+new"), in RegisterSubchannel()
112 c = constructed; in RegisterSubchannel()
/third_party/boost/libs/outcome/test/tests/
Dissue0140.cpp40 constructed, enumerator
46 op v{op::constructed};
56 op v{op::constructed};
69 op v{op::constructed};
/third_party/boringssl/src/third_party/wycheproof_testvectors/
Daes_gcm_test.txt500 # constructed to test for correct wrapping of the counter.
512 # constructed to test for correct wrapping of the counter.
524 # constructed to test for correct wrapping of the counter.
536 # constructed to test for correct wrapping of the counter.
548 # constructed to test for correct wrapping of the counter.
560 # constructed to test for correct wrapping of the counter.
572 # constructed to test for correct wrapping of the counter.
584 # constructed to test for correct wrapping of the counter.
596 # constructed to test for correct wrapping of the counter.
608 # constructed to test for correct wrapping of the counter.
[all …]
/third_party/openssl/crypto/asn1/
Dasn1_lib.c155 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
161 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
178 if (constructed == 2) in ASN1_put_object()
215 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
226 if (constructed == 2) { in ASN1_object_size()
/third_party/boost/boost/intrusive/detail/
Dexception_disposer.hpp68 (Container &cont, Disposer &disp, SizeType &constructed) in exception_array_disposer() argument
69 : cont_(&cont), disp_(disp), constructed_(constructed) in exception_array_disposer()
/third_party/boost/libs/geometry/doc/generated/
Dline_interpolate.qbk32 …(exactly one point will be constructed) or a MultiPoint (depending on the max_distance one or more…
78 …(exactly one point will be constructed) or a MultiPoint (depending on the max_distance one or more…
Dmake.qbk36 The constructed geometry, here: a 2D point
78 The constructed geometry, here: a 3D point
120 The constructed geometry, here: a box
162 The constructed and zero-initialized geometry
/third_party/boringssl/src/crypto/asn1/
Dasn1_lib.c222 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
228 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
245 if (constructed == 2) in ASN1_put_object()
282 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
293 if (constructed == 2) { in ASN1_object_size()
/third_party/boost/libs/outcome/doc/src/content/reference/traits/
Dis_exception_ptr_available.md3 description = "True if an exception ptr can be constructed from a `T`."
6 `::value` is true if an exception ptr can be constructed from a `T` e.g. if there exists an ADL dis…
Dis_error_code_available.md3 description = "True if an error code can be constructed from a `T`."
6 `::value` is true if an error code can be constructed from a `T` e.g. if there exists an ADL discov…
/third_party/glib/gio/
Dgunixcredentialsmessage.c225 if (G_OBJECT_CLASS (g_unix_credentials_message_parent_class)->constructed != NULL) in g_unix_credentials_message_constructed()
226 G_OBJECT_CLASS (g_unix_credentials_message_parent_class)->constructed (object); in g_unix_credentials_message_constructed()
239 gobject_class->constructed = g_unix_credentials_message_constructed; in g_unix_credentials_message_class_init()
/third_party/boost/libs/optional/doc/
D16_in_place_factories.qbk8 a fully constructed object, often temporary, just to follow the copy from:
47 // Wrapped object constructed in-place
91 // Wrapped object constructed in-place via a TypedInPlaceFactory.
132 // Wrapped object constructed in-place via a InPlaceFactory.
/third_party/boost/libs/outcome/doc/src/content/reference/functions/
Derror_from_exception.md10 If matched, `ep` is set to a default constructed {{% api "std::exception_ptr" %}},
11 and a {{% api "std::error_code" %}} is constructed using the ADL discovered free
/third_party/boost/libs/outcome/doc/src/content/reference/functions/hooks/
Doverride_outcome_exception.md3 description = "Overrides the exception to something other than what was constructed."
6 Overrides the exception to something other than what was constructed. You *almost certainly* never
/third_party/boost/libs/iterator/doc/
Dreverse_iterator_ref.rst95 default constructed.
100 ``m_iterator`` copy constructed from ``x``.
113 ``m_iterator`` subobject is constructed from ``y.base()``.
/third_party/boost/libs/core/doc/
Dalloc_construct.qbk30 exception was thrown during construction of an element, the constructed
104 [If an exception is thrown destroys each already constructed `j`-th element in
114 [If an exception is thrown destroys each already constructed `j`-th element in
126 [If an exception is thrown destroys each already constructed `j`-th element in
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/
Dcomposite-construct-buffer-struct.asm.comp50 %constructed = OpCompositeConstruct %Block %loaded_array %loaded_array
51 OpStore %ptr %constructed
/third_party/boost/libs/asio/doc/overview/
Dconcurrency_hint.qbk73 The concurrency hint used by default-constructed `io_context` objects can be
80 all default-constructed `io_context` objects in the program. Similarly, the
81 concurrency hint used by `io_context` objects constructed with `1` can be
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Drtptransceiver.c116 G_OBJECT_CLASS (parent_class)->constructed (object); in gst_webrtc_rtp_transceiver_constructed()
157 gobject_class->constructed = gst_webrtc_rtp_transceiver_constructed; in gst_webrtc_rtp_transceiver_class_init()
Dicetransport.c152 G_OBJECT_CLASS (parent_class)->constructed (object); in gst_webrtc_ice_transport_constructed()
160 gobject_class->constructed = gst_webrtc_ice_transport_constructed; in gst_webrtc_ice_transport_class_init()

12345678910>>...34