Searched refs:getTagMap (Results 1 – 12 of 12) sorted by relevance
22 import static io.opencensus.implcore.stats.RecordUtils.getTagMap;159 getTagValues(getTagMap(context), super.view.getColumns()); in record()275 getTagValues(getTagMap(context), super.view.getColumns()); in record()
79 static Map<TagKey, TagValueWithMetadata> getTagMap(TagContext ctx) { in getTagMap() method in RecordUtils
360 Map<String, PlaceholderInfo> tagMap = getTagMap(xpath); in getPlaceholderForName()372 private Map<String, PlaceholderInfo> getTagMap(String xpath) { in getTagMap() method in ConvertXTB
154 def getTagMap(self): member in Asn1Type
1951 Ret = std::string(Doc->getTagMap().find("!")->second); in getVerbatimTag()1955 Ret = std::string(Doc->getTagMap().find("!!")->second); in getVerbatimTag()1961 Doc->getTagMap().find(TagHandle); in getVerbatimTag()1962 if (It != Doc->getTagMap().end()) in getVerbatimTag()
1822 Ret = Doc->getTagMap().find("!")->second; in getVerbatimTag()1826 Ret = Doc->getTagMap().find("!!")->second; in getVerbatimTag()1832 Doc->getTagMap().find(TagHandle); in getVerbatimTag()1833 if (It != Doc->getTagMap().end()) in getVerbatimTag()
1818 Ret = Doc->getTagMap().find("!")->second; in getVerbatimTag()1822 Ret = Doc->getTagMap().find("!!")->second; in getVerbatimTag()1828 Doc->getTagMap().find(TagHandle); in getVerbatimTag()1829 if (It != Doc->getTagMap().end()) in getVerbatimTag()
523 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
545 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
526 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
549 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
349 - Fix to NamedTypes methods to handle .getTagMap() returning None