HomeSort by relevance Sort by last modified time
    Searched defs:ReadName (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/win/
registry.cc 111 LONG RegKey::ReadName(int index, std::wstring* name) const {
  /external/chromium/net/base/
dnssec_chain_verifier.cc 416 // ReadName reads, and removes, an 8-bit length prefixed DNS name from |chain_|
417 bool DNSSECChainVerifier::ReadName(base::StringPiece* v) {
643 if (!ReadName(next_name) ||
802 if (!ReadName(&name))
  /external/tinyxml/
tinyxmlparser.cpp 389 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
1042 p = ReadName( p, &value, encoding );
1334 p = ReadName( p, &name, encoding );
    [all...]

Completed in 100 milliseconds