Home
last modified time | relevance | path

Searched refs:toValue (Results 1 – 16 of 16) sorted by relevance

/third_party/node/tools/inspector_protocol/lib/
DValueConversions_h.template25 static std::unique_ptr<protocol::Value> toValue(T* value)
27 return value->toValue();
30 static std::unique_ptr<protocol::Value> toValue(const std::unique_ptr<T>& value)
32 return value->toValue();
47 static std::unique_ptr<protocol::Value> toValue(bool value)
64 static std::unique_ptr<protocol::Value> toValue(int value)
81 static std::unique_ptr<protocol::Value> toValue(double value)
98 static std::unique_ptr<protocol::Value> toValue(const String& value)
125 static std::unique_ptr<protocol::Value> toValue(const Binary& value)
143 static std::unique_ptr<protocol::Value> toValue(Value* value)
[all …]
DArray_h.template62 std::unique_ptr<protocol::ListValue> toValue()
66 result->pushValue(ValueConversions<T>::toValue(item));
117 std::unique_ptr<protocol::ListValue> toValue()
121 result->pushValue(ValueConversions<T>::toValue(item));
DObject_h.template24 std::unique_ptr<protocol::DictionaryValue> toValue() const;
DObject_cpp.template24 std::unique_ptr<protocol::DictionaryValue> Object::toValue() const
/third_party/node/deps/v8/third_party/inspector_protocol/lib/
DValueConversions_h.template25 static std::unique_ptr<protocol::Value> toValue(T* value)
27 return value->toValue();
30 static std::unique_ptr<protocol::Value> toValue(const std::unique_ptr<T>& value)
32 return value->toValue();
47 static std::unique_ptr<protocol::Value> toValue(bool value)
64 static std::unique_ptr<protocol::Value> toValue(int value)
81 static std::unique_ptr<protocol::Value> toValue(double value)
98 static std::unique_ptr<protocol::Value> toValue(const String& value)
125 static std::unique_ptr<protocol::Value> toValue(const Binary& value)
154 static std::unique_ptr<protocol::ListValue> toValue(std::vector<std::unique_ptr<T>>* v)
[all …]
DObject_cpp.template29 std::unique_ptr<protocol::DictionaryValue> Object::toValue() const
DObject_h.template29 std::unique_ptr<protocol::DictionaryValue> toValue() const;
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template79 std::unique_ptr<protocol::DictionaryValue> {{type.id}}::toValue() const
87 …result->setValue("{{property.name}}", ValueConversions<{{property_type.raw_type}}>::toValue({{prop…
89 …result->setValue("{{property.name}}", ValueConversions<{{property_type.raw_type}}>::toValue({{prop…
98 return fromValue(toValue().get(), &errors);
104 String json = toValue()->serializeToJSON();
110 toValue()->writeBinary(out);
289 …ame}}", ValueConversions<{{protocol.resolve_type(parameter).raw_type}}>::toValue({{parameter.name}…
291 …ame}}", ValueConversions<{{protocol.resolve_type(parameter).raw_type}}>::toValue({{protocol.resolv…
374 …ame}}", ValueConversions<{{protocol.resolve_type(parameter).raw_type}}>::toValue(out_{{parameter.n…
376 …ame}}", ValueConversions<{{protocol.resolve_type(parameter).raw_type}}>::toValue({{protocol.resolv…
DImported_h.template71 …static std::unique_ptr<protocol::Value> toValue(const {{"::".join(config.imported.namespace)}}::{{…
76 …static std::unique_ptr<protocol::Value> toValue(const std::unique_ptr<{{"::".join(config.imported.…
78 return toValue(value.get());
DTypeBuilder_h.template102 std::unique_ptr<protocol::DictionaryValue> toValue() const;
103 String serializeToJSON() override { return toValue()->serializeToJSON(); }
104 std::vector<uint8_t> serializeToBinary() override { return toValue()->serializeToBinary(); }
105 String toJSON() const { return toValue()->toJSONString(); }
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp273 void (*toValue)(const UnicodeString &str, void *valPtr, UErrorCode &); member
355 gFieldData[fieldId].ops->toValue( in setField()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java419 return formatImpl(items, true).toValue(); in formatToValue()
656 public FormattedList toValue() { in toValue() method in ListFormatter.FormattedListBuilder
/third_party/node/deps/v8/src/builtins/
Darray-filter.tq185 } label Bailout(kValue: Number, toValue: Number) deferred {
187 to = toValue;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java492 return formatImpl(items, true).toValue(); in formatToValue()
725 public FormattedList toValue() { in toValue() method in ListFormatter.FormattedListBuilder
/third_party/node/deps/v8/third_party/inspector_protocol/templates/
DImported_h.template114 …static std::unique_ptr<protocol::Value> toValue(const {{"::".join(config.imported.namespace)}}::{{…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp914 uint8_t toValue(StringRef Name) { in toValue() function
936 Ret |= toValue(Val); in denormalize()