Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_entry.h98 MapEntry() : _internal_metadata_(NULL) {} in MapEntry() function
99 explicit MapEntry(Arena* arena) in MapEntry() function
Dmap_entry_lite.h59 class MapEntry; variable
/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.java50 public final class MapEntry<K, V> extends AbstractMessage { class
82 private MapEntry( in MapEntry() method in MapEntry
95 private MapEntry(Metadata metadata, K key, V value) { in MapEntry() method in MapEntry
102 private MapEntry( in MapEntry() method in MapEntry
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapEntry.php38 class MapEntry extends Message class
DMessage.php45 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/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.cs6183 public bool MapEntry { property in Google.Protobuf.Reflection.MessageOptions