Home
last modified time | relevance | path

Searched defs:getTagMap (Results 1 – 8 of 8) sorted by relevance

/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DRecordUtils.java64 static Map<TagKey, TagValue> getTagMap(TagContext ctx) { in getTagMap() method in RecordUtils
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h176 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
290 AffineMap getTagMap() { return getTagMapAttr().getValue(); } in getTagMap() function
/external/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h540 const std::map<StringRef, StringRef> &getTagMap() const { return TagMap; } in getTagMap() function
/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.h540 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/cldr/tools/java/org/unicode/cldr/tool/
DConvertXTB.java395 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