Searched defs:ReadValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/win/
H A Dregistry.cc144 LONG RegKey::ReadValue(const wchar_t* name, void* data, DWORD* dsize, function in class:base::win::RegKey
152 LONG RegKey::ReadValue(const wchar_t* name, std::wstring* value) const { function in class:base::win::RegKey
156 // Use the one of the other forms of ReadValue if 1024 is too small for you.
159 LONG result = ReadValue(name, raw_value, &size, &type);
188 LONG result = ReadValue(name, &local_value, &size, &type);
205 LONG result = ReadValue(name, &local_value, &size, &type);
/external/tinyxml/
H A Dtinyxmlparser.cpp1081 p = ReadValue( p, data, encoding ); // Note this is an Element method, and will set the error if one happens.
1134 const char* TiXmlElement::ReadValue( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) function in class:TiXmlElement

Completed in 58 milliseconds