Home
last modified time | relevance | path

Searched refs:getTagMap (Results 1 – 12 of 12) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableViewData.java22 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()
DRecordUtils.java79 static Map<TagKey, TagValueWithMetadata> getTagMap(TagContext ctx) { in getTagMap() method in RecordUtils
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DConvertXTB.java360 Map<String, PlaceholderInfo> tagMap = getTagMap(xpath); in getPlaceholderForName()
372 private Map<String, PlaceholderInfo> getTagMap(String xpath) { in getTagMap() method in ConvertXTB
/external/python/pyasn1/pyasn1/type/
Dbase.py154 def getTagMap(self): member in Asn1Type
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DYAMLParser.cpp1951 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1822 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()
/external/llvm/lib/Support/
DYAMLParser.cpp1818 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()
/external/llvm/include/llvm/Support/
DYAMLParser.h523 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h545 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h526 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DYAMLParser.h549 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/external/python/pyasn1/
DCHANGES.rst349 - Fix to NamedTypes methods to handle .getTagMap() returning None