/third_party/gn/src/base/win/ |
H A D | registry.cc | 247 LONG result = ReadValue(name, &local_value, &size, &type); in ReadValueDW() 263 LONG result = ReadValue(name, &local_value, &size, &type); in ReadInt64() 275 LONG RegKey::ReadValue(const char16_t* name, std::u16string* out_value) const { in ReadValue() function in base::win::RegKey 278 // Use the one of the other forms of ReadValue if 1024 is too small for you. in ReadValue() 281 LONG result = ReadValue(name, raw_value, &size, &type); in ReadValue() 306 LONG RegKey::ReadValue(const char16_t* name, in ReadValue() function in base::win::RegKey 321 LONG result = ReadValue(name, NULL, &size, &type); in ReadValues() 329 result = ReadValue(name, &buffer[0], &size, NULL); in ReadValues()
|
H A D | registry.h | 23 // * ReadValue family of functions guarantee that the out-parameter 96 LONG ReadValue(const char16_t* name, std::u16string* out_value) const; 105 LONG ReadValue(const char16_t* name,
|
/third_party/node/src/ |
H A D | node_serdes.cc | 79 static void ReadValue(const FunctionCallbackInfo<Value>& args); 349 void DeserializerContext::ReadValue(const FunctionCallbackInfo<Value>& args) { in ReadValue() function in node::serdes::DeserializerContext 353 MaybeLocal<Value> ret = ctx->deserializer_.ReadValue(ctx->env()->context()); in ReadValue() 496 SetProtoMethod(isolate, des, "readValue", DeserializerContext::ReadValue); in Initialize() 531 registry->Register(DeserializerContext::ReadValue); in RegisterExternalReferences()
|
H A D | util-inl.h | 534 ReadValue(value); in ArrayBufferViewContents() 563 void ArrayBufferViewContents<T, S>::ReadValue(v8::Local<v8::Value> buf) { in ReadValue() function in node::ArrayBufferViewContents
|
H A D | node_messaging.cc | 112 if (!deserializer->ReadValue(context).ToLocal(&object)) 220 if (!deserializer.ReadValue(context).ToLocal(&return_value)) in Deserialize() 1272 if (!deserializer->ReadValue(context).ToLocal(&data)) return Nothing<bool>(); in FinalizeTransferRead()
|
H A D | util.h | 506 inline void ReadValue(v8::Local<v8::Value> buf);
|
/third_party/node/src/quic/ |
H A D | sessionticket.cc | 62 if (!des.ReadValue(env->context()).ToLocal(&ticket) || in FromV8Value() 63 !des.ReadValue(env->context()).ToLocal(&transport_params) || in FromV8Value()
|
/third_party/node/deps/v8/include/ |
H A D | v8-value-serializer.h | 226 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value-serializer.h | 263 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context);
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.h | 580 const char* ReadValue( const char* in ); 581 bool ReadValue( std::istream* in );
|
H A D | tinyxmlparser.cpp | 571 p = ReadValue( p ); // Note this is an Element method, and will set the error if one happens. in Parse() 606 const char* TiXmlElement::ReadValue( const char* p ) in ReadValue() function in TiXmlElement
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 1682 Object value = ReadValue(context, context_index); in DeserializeContexts() 1957 Object value = ReadValue(property_array, i); in DeserializeObjects() 1996 Object value = ReadValue(elements, index); in DeserializeObjects() 2031 Object value = ReadValue(elements, i); in DeserializeArrays() 2060 Object export_value = ReadValue(); in DeserializeExports() 2086 Object export_value = ReadValue(); in DeserializeExports() 2122 Object WebSnapshotDeserializer::ReadValue(Handle<HeapObject> container, in ReadValue() function in v8::internal::WebSnapshotDeserializer
|
H A D | web-snapshot.h | 329 Object ReadValue(
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 1109 p = ReadValue( p, data, encoding ); // Note this is an Element method, and will set the error if one happens. in Parse() 1179 const char* TiXmlElement::ReadValue( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in ReadValue() function in TiXmlElement
|
H A D | tinyxml.h | 1153 const char* ReadValue( const char* in, TiXmlParsingData* prevData, TiXmlEncoding encoding );
|
/third_party/gn/src/gn/ |
H A D | visual_studio_writer.cc | 116 if (key.ReadValue(value_name.c_str(), &value) == ERROR_SUCCESS) { in GetWindowsKitsIncludeDirs()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 5122 MaybeLocal<Value> ReadValue(Local<Context> context) { in ReadValue() function in Deserializer 5135 return deserializer_.ReadValue(context); in ReadValue() 5235 return deserializer.ReadValue(context); in DeserializeValue()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 3498 MaybeLocal<Value> ValueDeserializer::ReadValue(Local<Context> context) { in ReadValue() function in v8::ValueDeserializer 3499 PREPARE_FOR_EXECUTION(context, ValueDeserializer, ReadValue, Value); in ReadValue()
|