/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 337 StringRef KeyValue; in parseRewriteFunctionDescriptor() local 351 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor() 352 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor() 360 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor() 362 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor() 364 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor() 406 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local 420 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor() 421 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor() 429 } else if (KeyValue in parseRewriteGlobalVariableDescriptor() 469 StringRef KeyValue; parseRewriteGlobalAliasDescriptor() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.cpp | 157 for (auto &KeyValue : LocalSymbols) { in updateIndices() 158 GlobalString Name = KeyValue.first; in updateIndices() 159 ELFSection *Section = KeyValue.second.Section; in updateIndices() 160 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() 164 KeyValue.second.setNumber(SymNumber++); in updateIndices() 166 for (auto &KeyValue : GlobalSymbols) { in updateIndices() 167 const std::string &Name = KeyValue.first.toString(); in updateIndices() 168 ELFSection *Section = KeyValue.second.Section; in updateIndices() 169 Elf64_Sym &SymInfo = KeyValue.second.Sym; in updateIndices() 173 KeyValue in updateIndices() [all...] |
H A D | IceELFSection.h | 334 for (auto &KeyValue : Map) { in writeSymbolMap() 335 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap() 344 for (auto &KeyValue : Map) { in writeSymbolMap() 345 const Elf64_Sym &SymInfo = KeyValue.second.Sym; in writeSymbolMap()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 193 : Arena::CreateArray<KeyValue>(arena_, flat_capacity_)} {} in ExtensionSet() 201 : Arena::CreateArray<KeyValue>(arena_, flat_capacity_)} {} in ExtensionSet() 215 void ExtensionSet::DeleteFlatMap(const ExtensionSet::KeyValue* flat, in DeleteFlatMap() 220 static_assert(std::is_trivially_destructible<KeyValue>::value, in DeleteFlatMap() 224 ::operator delete[](const_cast<ExtensionSet::KeyValue*>(flat), in DeleteFlatMap() 1144 for (const KeyValue* it = flat_begin(); it != flat_end(); ++it) { in IsInitialized() 1478 const KeyValue* end = flat_end(); in _InternalSerialize() 1479 for (const KeyValue* it = std::lower_bound( in _InternalSerialize() 1480 flat_begin(), end, start_field_number, KeyValue::FirstComparator()); in _InternalSerialize() 1802 const KeyValue* en in FindOrNull() [all...] |
H A D | extension_set.h | 629 struct KeyValue { struct in google::protobuf::internal::ExtensionSet 634 bool operator()(const KeyValue& lhs, const KeyValue& rhs) const { in operator ()() 637 bool operator()(const KeyValue& lhs, int key) const { in operator ()() 640 bool operator()(int key, const KeyValue& rhs) const { in operator ()() 678 // that the KeyValueFunctor can be agnostic vis-a-vis KeyValue-vs-std::pair. 816 KeyValue* flat_begin() { in flat_begin() 820 const KeyValue* flat_begin() const { in flat_begin() 824 KeyValue* flat_end() { in flat_end() 828 const KeyValue* flat_en in flat_end() [all...] |
H A D | map_field.h | 242 union KeyValue { union in google::protobuf::MapKey 243 KeyValue() {} in KeyValue() function
|
H A D | extension_set_heavy.cc | 407 size_t total_size = Size() * sizeof(KeyValue); in SpaceUsedExcludingSelfLong()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringControlFlow.js | 39 type KeyValue = [string, string?]; 40 let [key, value]: KeyValue = ["foo"];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 348 bool insert(MapEntryTy *KeyValue) { in insert() argument 349 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 356 Bucket = KeyValue; in insert() 414 void remove(MapEntryTy *KeyValue) { in remove() argument 415 RemoveKey(KeyValue); in remove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 393 bool insert(MapEntryTy *KeyValue) { in insert() argument 394 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 401 Bucket = KeyValue; in insert() 469 void remove(MapEntryTy *KeyValue) { in remove() argument 470 RemoveKey(KeyValue); in remove()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | persistent-map.h | 50 struct KeyValue : std::pair<Key, Value> { struct 174 KeyValue key_value; 399 FocusedTree{KeyValue(std::move(key), std::move(value)),
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 1104 class KeyValue class 1107 KeyValue(std::string key_, std::string value_) in KeyValue() function in cxxopts::KeyValue 1182 const std::vector<KeyValue>& 1230 std::vector<KeyValue> m_sequential;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 773 std::pair<const GCOVFunction *, GCOVCoverage> KeyValue( 775 FuncCoverages.insert(KeyValue);
|