Home
last modified time | relevance | path

Searched refs:ReadKey (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderInternals.h99 internal_key_type ReadKey(const unsigned char *d, unsigned);
161 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
233 internal_key_type ReadKey(const unsigned char* d, unsigned);
282 static internal_key_type ReadKey(const unsigned char *d, unsigned);
DMultiOnDiskHashTable.h145 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
DGlobalModuleIndex.cpp101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anonae517a590311::IdentifierIndexReaderTrait
DASTReader.cpp675 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in ASTSelectorLookupTrait
743 ASTIdentifierLookupTraitBase::ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in ASTIdentifierLookupTraitBase
930 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in ASTDeclContextNameLookupTrait
1555 HeaderFileInfoTrait::ReadKey(const unsigned char *d, unsigned) { in ReadKey() function in HeaderFileInfoTrait
3557 auto Key = Trait.ReadKey(Data, KeyDataLen.first); in ReadAST()
7590 Trait.ReadKey(M.SelectorLookupTableData + M.SelectorOffsets[Idx], 0); in DecodeSelector()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DProgram.cs51 Console.ReadKey(); in _Main()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h372 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
513 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
559 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/external/clang/lib/Lex/
DPTHLexer.cpp338 static internal_key_type ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in __anonbf2406210111::PTHFileLookupCommonTrait
400 ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in PTHManager::PTHStringLookupTrait
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h269 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function