Home
last modified time | relevance | path

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

12

/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()
/external/llvm-project/clang/lib/Serialization/
DASTReaderInternals.h105 internal_key_type ReadKey(const unsigned char *d, unsigned);
155 static internal_key_type ReadKey(const unsigned char* d, unsigned n);
227 internal_key_type ReadKey(const unsigned char* d, unsigned);
277 static internal_key_type ReadKey(const unsigned char *d, unsigned);
DMultiOnDiskHashTable.h161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense()
281 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry.h59 static Status ReadKey(FlashPartition& partition,
116 StatusWithSize ReadKey(std::array<char, kSize>& key) const { in ReadKey() function
119 ReadKey(partition(), address_, key_length(), key.data()), key_length()); in ReadKey()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterClient/
DProgram.cs35 Console.ReadKey(); in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DProgram.cs35 Console.ReadKey(); in Main()
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs41 Console.ReadKey(); in Main()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DProgram.cs41 Console.ReadKey(); in Main()
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs46 Console.ReadKey(); in Main()
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs46 Console.ReadKey(); in Main()
/external/protobuf/csharp/src/AddressBook/
DProgram.cs63 char choice = Console.ReadKey().KeyChar; in Main()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DProgram.cs51 Console.ReadKey(); in _Main()
/external/pigweed/pw_kvs/
Dentry_test.cc140 TEST_F(ValidEntryInFlash, ReadKey) { in TEST_F() argument
142 auto result = entry_.ReadKey(key); in TEST_F()
257 TEST_F(TombstoneEntryInFlash, ReadKey) { in TEST_F() argument
259 auto result = entry_.ReadKey(key); in TEST_F()
Dentry_cache.cc78 Entry::ReadKey(partition, address, key.size(), key_buffer.data()); in Find()
Dkey_value_store.cc360 PW_TRY_ASSIGN(size_t key_length, entry.ReadKey(key_buffer)); in LoadEntry()
460 void KeyValueStore::Item::ReadKey() { in ReadKey() function in pw::kvs::KeyValueStore::Item
465 entry.ReadKey(key_buffer_); in ReadKey()
Dentry.cc64 Status Entry::ReadKey(FlashPartition& partition, in ReadKey() function in pw::kvs::internal::Entry
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/external/llvm-project/llvm/include/llvm/Support/
DOnDiskHashTable.h388 InfoPtr->ReadKey((const unsigned char *const)Items, L.first);
529 return InfoObj->ReadKey(LocalPtr, L.first); in getInternalKey()
575 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/external/pigweed/pw_kvs/public/pw_kvs/
Dkey_value_store.h250 void ReadKey();
267 item_.ReadKey();
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DProgram.cs238 Console.ReadKey(); in Main()
/external/clang/lib/Lex/
DPTHLexer.cpp338 static internal_key_type ReadKey(const unsigned char* d, unsigned) { in ReadKey() function in __anon3226c9c70111::PTHFileLookupCommonTrait
400 ReadKey(const unsigned char* d, unsigned n) { in ReadKey() function in PTHManager::PTHStringLookupTrait
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h292 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h333 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function

12