Home
last modified time | relevance | path

Searched refs:property_value (Results 1 - 12 of 12) sorted by relevance

/third_party/libabigail/include/
H A Dabg-ini.h60 class property_value;
62 /// Convenience typedef for a shared_ptr to @ref property_value.
63 typedef shared_ptr<property_value> property_value_sptr;
66 class property_value class
80 property_value();
81 property_value(value_kind);
91 virtual ~property_value();
92 }; // end class property_value.
100 class string_property_value : public property_value
121 is_string_property_value(const property_value*);
[all...]
/third_party/libabigail/src/
H A Dabg-ini.cc241 // <property_value stuff>
243 /// Private data for the @ref property_value type.
244 struct property_value::priv
246 enum property_value::value_kind kind_;
248 priv(property_value::value_kind kind = ABSTRACT_PROPERTY_VALUE) in priv()
251 }; // property_value::priv
253 /// Default constructor for the @ref property_value type.
255 /// @param kind the of @ref property_value that is being constructed.
256 property_value::property_value() in property_value() function in abigail::ini::property_value
263 property_value::property_value(value_kind kind) property_value() function in abigail::ini::property_value
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftinit.c120 char property_value[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
167 property_value[i] = *p++; in FT_Set_Default_Properties()
169 property_value[i] = '\0'; in FT_Set_Default_Properties()
178 property_value ); in FT_Set_Default_Properties()
/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs178 /// (identified by `property_value`).
183 property_value: &'a str,
192 ClassQuery::ByValue { property_name, property_value } => { in canonicalize()
194 let property_value = symbolic_name_normalize(property_value); in canonicalize()
202 let canon = match canonical_gencat(&property_value)? { in canonicalize()
209 let canon = match canonical_script(&property_value)? { in canonicalize()
221 match canonical_value(vals, &property_value) { in canonicalize()
229 property_value: canon_val, in canonicalize()
282 property_value
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc164 v8::Local<v8::Value> key_value, property_value; in _serializeMap() local
170 if (!properties_and_values->Get(context, i + 1).ToLocal(&property_value)) in _serializeMap()
172 if (property_value->IsUndefined()) continue; in _serializeMap()
184 property_value, context, max_depth, &property_protocol_value); in _serializeMap()
230 v8::Local<v8::Value> key_value, property_value; in _serializeObjectValue() local
251 if (!value->Get(context, key_value).ToLocal(&property_value)) in _serializeObjectValue()
253 if (property_value->IsUndefined()) continue; in _serializeObjectValue()
256 property_value, context, max_depth, &property_protocol_value); in _serializeObjectValue()
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp252 jerry_value_t property_value = jerry_create_number (42); in HWTEST_F() local
253 jerry_release_value (jerry_set_property (object, property_name, property_value)); in HWTEST_F()
254 jerry_release_value (property_value); in HWTEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp569 glw::GLint property_value = 0; in verifyPropertyValue() local
574 &property_value); in verifyPropertyValue()
577 if (property_value != expected_value) in verifyPropertyValue()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc1446 UProperty property, int32_t property_value) { in IsExactPropertyValueAlias()
1448 u_getPropertyValueName(property, property_value, U_SHORT_PROPERTY_NAME); in IsExactPropertyValueAlias()
1454 property, property_value, in IsExactPropertyValueAlias()
1471 int32_t property_value = in LookupPropertyValueName() local
1473 if (property_value == UCHAR_INVALID_CODE) return false; in LookupPropertyValueName()
1478 property_value)) { in LookupPropertyValueName()
1484 set.applyIntPropertyValue(property, property_value, ec); in LookupPropertyValueName()
1445 IsExactPropertyValueAlias(const char* property_value_name, UProperty property, int32_t property_value) IsExactPropertyValueAlias() argument
/third_party/jerryscript/jerry-core/api/
H A Djerry.c3268 ecma_value_t property_value = ECMA_VALUE_EMPTY; in jerry_foreach_object_property() local
3276 property_value = ecma_op_object_get (object_p, property_name_p); in jerry_foreach_object_property()
3278 if (ECMA_IS_VALUE_ERROR (property_value)) in jerry_foreach_object_property()
3283 continuous = foreach_p (buffer_p[i], property_value, user_data_p); in jerry_foreach_object_property()
3284 ecma_free_value (property_value); in jerry_foreach_object_property()
3289 if (!ECMA_IS_VALUE_ERROR (property_value)) in jerry_foreach_object_property()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs824 property_value: value, in hir_unicode_class()
2576 property_value: "3.0", in class_bracketed_union()
2594 property_value: "3.0", in class_bracketed_union()
2617 property_value: "3.0", in class_bracketed_union()
2635 property_value: "3.0", in class_bracketed_union()
2654 property_value: "3.0", in class_bracketed_union()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h245 const jerry_value_t property_value,
/third_party/node/src/
H A Djs_native_api_v8.cc391 v8::Local<v8::Value> property_value = in V8NameFromPropertyDescriptor() local
394 RETURN_STATUS_IF_FALSE(env, property_value->IsName(), JSVM_NAME_EXPECTED); in V8NameFromPropertyDescriptor()
395 *result = property_value.As<v8::Name>(); in V8NameFromPropertyDescriptor()

Completed in 24 milliseconds