Home
last modified time | relevance | path

Searched defs:MapEntry (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp43 auto &MapEntry = getEntryImpl(Asm, Str); in getEntry() local
49 auto &MapEntry = getEntryImpl(Asm, Str); in getIndexedEntry() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntry.java27 public final class MapEntry<K, V> extends AbstractMessage { class
59 private MapEntry( in MapEntry() method in MapEntry
72 private MapEntry(Metadata metadata, K key, V value) { in MapEntry() method in MapEntry
79 private MapEntry( in MapEntry() method in MapEntry
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapEntry.php15 class MapEntry extends Message class
DMessage.php22 use Google\Protobuf\Internal\MapEntry; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSet.h51 insert(const StringMapEntry<ValueTy> &MapEntry) { in insert()
DStringMap.h386 size_type count(const StringMapEntry<InputTy> &MapEntry) const { in count()
/third_party/protobuf/src/google/protobuf/
Dmap_entry.h80 constexpr MapEntry() {} in MapEntry() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h136 for (auto MapEntry : ConstGEPCandMap) in cleanup() local
140 for (auto MapEntry : ConstGEPInfoMap) in cleanup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp66 DocNode *MapEntry; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp949 for (auto &MapEntry : ConstGEPCandMap) in runImpl() local
958 for (auto MapEntry : ConstGEPInfoMap) in runImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp280 for (const auto &MapEntry : CacheMap) { in fixCacheAfterWrite() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp1883 uint8_t MapEntry = FixupMap[i * 8 + 0]; in AddEncodingComment() local
1915 if (uint8_t MapEntry = FixupMap[FixupBit]) { in AddEncodingComment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp456 auto &MapEntry = I.first->getValue(); in get() local
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.pb.cs7589 public bool MapEntry { property in Google.Protobuf.Reflection.MessageOptions