/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()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 105 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);
|
D | MultiOnDiskHashTable.h | 161 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/ |
D | entry.h | 59 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/ |
D | Program.cs | 35 Console.ReadKey(); in Main()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | Program.cs | 35 Console.ReadKey(); in Main()
|
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/ |
D | MathServer.cs | 41 Console.ReadKey(); in Main()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | Program.cs | 41 Console.ReadKey(); in Main()
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 46 Console.ReadKey(); in Main()
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 46 Console.ReadKey(); in Main()
|
/external/protobuf/csharp/src/AddressBook/ |
D | Program.cs | 63 char choice = Console.ReadKey().KeyChar; in Main()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | Program.cs | 51 Console.ReadKey(); in _Main()
|
/external/pigweed/pw_kvs/ |
D | entry_test.cc | 140 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()
|
D | entry_cache.cc | 78 Entry::ReadKey(partition, address, key.size(), key_buffer.data()); in Find()
|
D | key_value_store.cc | 360 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()
|
D | entry.cc | 64 Status Entry::ReadKey(FlashPartition& partition, in ReadKey() function in pw::kvs::internal::Entry
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 388 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/ |
D | OnDiskHashTable.h | 388 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/ |
D | OnDiskHashTable.h | 388 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/ |
D | key_value_store.h | 250 void ReadKey(); 267 item_.ReadKey();
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | Program.cs | 238 Console.ReadKey(); in Main()
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 338 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/ |
D | InstrProfReader.h | 292 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 333 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() function
|