Home
last modified time | relevance | path

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

/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest.js28 const objectValue = { x: 1, y: 2 };
44 { value: objectValue, canBeWeak: true, canBeRefV8: true },
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc165 v8::Local<v8::Value> objectValue; in bodyCallback() local
167 .ToLocal(&objectValue)) { in bodyCallback()
171 if (!objectValue->IsObject()) { in bodyCallback()
175 v8::Local<v8::Object> object = objectValue.As<v8::Object>(); in bodyCallback()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp649 Value init(objectValue);
1625 Value init(objectValue);
2733 case objectValue: in Value()
2830 case objectValue: in Value()
2868 case objectValue: in ~Value()
2945 case objectValue: { in operator <()
2998 case objectValue: in operator ==()
3238 (type_ == objectValue && value_.map_->size() == 0) || in isConvertibleTo()
3257 case objectValue: in isConvertibleTo()
3258 return type_ == objectValue || type in isConvertibleTo()
[all...]
H A Djson.h471 objectValue ///< object value (collection of name/value pairs). enumerator
489 * Value constructor and objectValue member assignement takes advantage of the
528 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
538 * It is possible to iterate over the list of a #objectValue values using
641 To create an empty object, pass objectValue.
649 Json::Value obj_value(Json::objectValue); // {}
758 /// \pre type() is arrayValue, objectValue, or nullValue
868 /// \pre type() is objectValue or nullValue
912 /// \pre type() is objectValue or nullValue
1079 /// objectValue
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp634 Value init(objectValue);
1591 Value init(objectValue);
2709 case objectValue:
2806 case objectValue:
2836 case objectValue:
2913 case objectValue: {
2966 case objectValue:
3205 (type_ == objectValue && value_.map_->size() == 0) ||
3224 case objectValue:
3225 return type_ == objectValue || type
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp634 Value init(objectValue);
1591 Value init(objectValue);
2709 case objectValue:
2806 case objectValue:
2836 case objectValue:
2913 case objectValue: {
2966 case objectValue:
3205 (type_ == objectValue && value_.map_->size() == 0) ||
3224 case objectValue:
3225 return type_ == objectValue || type
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp634 Value init(objectValue);
1591 Value init(objectValue);
2709 case objectValue:
2806 case objectValue:
2836 case objectValue:
2913 case objectValue: {
2966 case objectValue:
3205 (type_ == objectValue && value_.map_->size() == 0) ||
3224 case objectValue:
3225 return type_ == objectValue || type
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp418 Json::objectValue, arr[i].type()); in parseConfig()
601 (void) logErrInfo(ERROR_CONFIG_INVALID_VALUE_TYPE, text.c_str(), Json::objectValue, in parseGeneric()
712 (void) logErrInfo(ERROR_CONFIG_INVALID_VALUE_TYPE, text.c_str(), Json::objectValue, in parseFallback()
768 Json::objectValue, varArr[i].type()); in parseFallbackItem()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h428 objectValue ///< object value (collection of name/value pairs). enumerator
446 * Value constructor and objectValue member assignement takes advantage of the
485 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
495 * It is possible to iterate over the list of a #objectValue values using
595 To create an empty object, pass objectValue.
603 Json::Value obj_value(Json::objectValue); // {}
708 /// \pre type() is arrayValue, objectValue, or nullValue
818 /// \pre type() is objectValue or nullValue
862 /// \pre type() is objectValue or nullValue
1029 /// objectValue
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h428 objectValue ///< object value (collection of name/value pairs). enumerator
446 * Value constructor and objectValue member assignement takes advantage of the
485 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
495 * It is possible to iterate over the list of a #objectValue values using
595 To create an empty object, pass objectValue.
603 Json::Value obj_value(Json::objectValue); // {}
708 /// \pre type() is arrayValue, objectValue, or nullValue
818 /// \pre type() is objectValue or nullValue
862 /// \pre type() is objectValue or nullValue
1029 /// objectValue
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h428 objectValue ///< object value (collection of name/value pairs). enumerator
446 * Value constructor and objectValue member assignement takes advantage of the
485 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
495 * It is possible to iterate over the list of a #objectValue values using
595 To create an empty object, pass objectValue.
603 Json::Value obj_value(Json::objectValue); // {}
708 /// \pre type() is arrayValue, objectValue, or nullValue
818 /// \pre type() is objectValue or nullValue
862 /// \pre type() is objectValue or nullValue
1029 /// objectValue
[all...]
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc2898 "objectValue": { in RunJsonTestsForStruct()
2939 key: "objectValue" in RunJsonTestsForStruct()

Completed in 29 milliseconds