/third_party/node/tools/inspector_protocol/lib/ |
D | ValueConversions_h.template | 25 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 …]
|
D | Array_h.template | 62 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));
|
D | Object_h.template | 24 std::unique_ptr<protocol::DictionaryValue> toValue() const;
|
D | Object_cpp.template | 24 std::unique_ptr<protocol::DictionaryValue> Object::toValue() const
|
/third_party/node/deps/v8/third_party/inspector_protocol/lib/ |
D | ValueConversions_h.template | 25 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 …]
|
D | Object_cpp.template | 29 std::unique_ptr<protocol::DictionaryValue> Object::toValue() const
|
D | Object_h.template | 29 std::unique_ptr<protocol::DictionaryValue> toValue() const;
|
/third_party/node/tools/inspector_protocol/templates/ |
D | TypeBuilder_cpp.template | 79 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…
|
D | Imported_h.template | 71 …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());
|
D | TypeBuilder_h.template | 102 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/ |
D | numberformattesttuple.cpp | 273 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/ |
D | ListFormatter.java | 419 return formatImpl(items, true).toValue(); in formatToValue() 656 public FormattedList toValue() { in toValue() method in ListFormatter.FormattedListBuilder
|
/third_party/node/deps/v8/src/builtins/ |
D | array-filter.tq | 185 } label Bailout(kValue: Number, toValue: Number) deferred { 187 to = toValue;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | ListFormatter.java | 492 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/ |
D | Imported_h.template | 114 …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/ |
D | ELFYAML.cpp | 914 uint8_t toValue(StringRef Name) { in toValue() function 936 Ret |= toValue(Val); in denormalize()
|