Home
last modified time | relevance | path

Searched refs:getMapEntry (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDwarfStringPoolEntry.h35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function
45 explicit operator bool() const { return getMapEntry(); }
47 assert(getMapEntry()->second.Symbol && "No symbol available!"); in getSymbol()
48 return getMapEntry()->second.Symbol; in getSymbol()
50 unsigned getOffset() const { return getMapEntry()->second.Offset; } in getOffset()
54 assert(getMapEntry()->getValue().isIndexed()); in getIndex()
55 return getMapEntry()->second.Index; in getIndex()
57 StringRef getString() const { return getMapEntry()->first(); } in getString()
59 DwarfStringPoolEntry getEntry() const { return getMapEntry()->getValue(); } in getEntry()
62 return getMapEntry() == X.getMapEntry();
[all …]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageOptions.php313 public function getMapEntry() function in Google\\Protobuf\\Internal\\MessageOptions
DFieldDescriptor.php181 $this->getMessageType()->getOptions()->getMapEntry();
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDynamicMessage.java332 if (type.getOptions().getMapEntry()) {
358 if (type.getOptions().getMapEntry()) {
DDescriptors.java1048 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()
1061 && getMessageType().getOptions().getMapEntry(); in isMapField()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()