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/
H A DDwarfStringPoolEntry.h35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function in llvm::DwarfStringPoolEntryRef
45 explicit operator bool() const { return getMapEntry(); } in operator bool()
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() in operator ==()
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessageOptions.php313 public function getMapEntry() function
H A DFieldDescriptor.php181 $this->getMessageType()->getOptions()->getMapEntry();
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDynamicMessage.java332 if (type.getOptions().getMapEntry()) { in Builder()
358 if (type.getOptions().getMapEntry()) { in clear()
H A 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/
H A DUtils.java233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()

Completed in 8 milliseconds