Searched refs:getMapEntry (Results 1 – 6 of 6) sorted by relevance
35 const StringMapEntry<DwarfStringPoolEntry> *getMapEntry() const { in getMapEntry() function45 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 …]
313 public function getMapEntry() function in Google\\Protobuf\\Internal\\MessageOptions
181 $this->getMessageType()->getOptions()->getMapEntry();
332 if (type.getOptions().getMapEntry()) {358 if (type.getOptions().getMapEntry()) {
1048 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()1061 && getMessageType().getOptions().getMapEntry(); in isMapField()
233 fieldDescriptor.getMessageType().getOptions().getMapEntry(); in isMapEntry()