Home
last modified time | relevance | path

Searched refs:ReadValue (Results 1 - 18 of 18) sorted by relevance

/third_party/gn/src/base/win/
H A Dregistry.cc247 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 Dregistry.h23 // * 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 Dnode_serdes.cc79 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 Dutil-inl.h534 ReadValue(value); in ArrayBufferViewContents()
563 void ArrayBufferViewContents<T, S>::ReadValue(v8::Local<v8::Value> buf) { in ReadValue() function in node::ArrayBufferViewContents
H A Dnode_messaging.cc112 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 Dutil.h506 inline void ReadValue(v8::Local<v8::Value> buf);
/third_party/node/src/quic/
H A Dsessionticket.cc62 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 Dv8-value-serializer.h226 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value-serializer.h263 V8_WARN_UNUSED_RESULT MaybeLocal<Value> ReadValue(Local<Context> context);
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h580 const char* ReadValue( const char* in );
581 bool ReadValue( std::istream* in );
H A Dtinyxmlparser.cpp571 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 Dweb-snapshot.cc1682 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 Dweb-snapshot.h329 Object ReadValue(
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp1109 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 Dtinyxml.h1153 const char* ReadValue( const char* in, TiXmlParsingData* prevData, TiXmlEncoding encoding );
/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc116 if (key.ReadValue(value_name.c_str(), &value) == ERROR_SUCCESS) { in GetWindowsKitsIncludeDirs()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5122 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 Dapi.cc3498 MaybeLocal<Value> ValueDeserializer::ReadValue(Local<Context> context) { in ReadValue() function in v8::ValueDeserializer
3499 PREPARE_FOR_EXECUTION(context, ValueDeserializer, ReadValue, Value); in ReadValue()

Completed in 60 milliseconds