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

  /external/chromium/net/base/
dnssec_chain_verifier.h 74 bool ReadName(base::StringPiece*);
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/chromium/base/win/
registry.h 49 LONG ReadName(int index, std::wstring* name) const;
registry.cc 111 LONG RegKey::ReadName(int index, std::wstring* name) const {
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 136 if (key->ReadName(value_index, &value_name) != ERROR_SUCCESS)
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 145 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
147 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), NULL));
  /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...]
tinyxml.h 263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
    [all...]

Completed in 283 milliseconds