Searched refs:ReadKey (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 99 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);
|
D | MultiOnDiskHashTable.h | 145 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()
|
D | GlobalModuleIndex.cpp | 101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in __anonae517a590311::IdentifierIndexReaderTrait
|
D | ASTReader.cpp | 675 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/ |
D | Program.cs | 51 Console.ReadKey(); in _Main()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 372 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/ |
D | PTHLexer.cpp | 338 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/ |
D | InstrProfReader.h | 269 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|