Searched defs:NestedName (Results 1 – 6 of 6) sorted by relevance
| /external/pytorch/c10/test/util/ |
| D | TypeIndex_test.cpp | 78 TEST(TypeIndex, NestedName) { in TEST() argument
|
| /external/libcxxabi/src/demangle/ |
| D | ItaniumDemangle.h | 875 struct NestedName : Node { struct 879 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 882 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 884 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() 886 void printLeft(OutputStream &S) const override { in printLeft()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 845 struct NestedName : Node { struct 849 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 852 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 854 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() 856 void printLeft(OutputStream &S) const override { in printLeft()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 982 struct NestedName : Node { struct 986 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 989 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 991 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName() 993 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
| /external/cronet/tot/third_party/libc++abi/src/src/demangle/ |
| D | ItaniumDemangle.h | 1061 struct NestedName : Node { struct 1065 NestedName(Node *Qual_, Node *Name_) in NestedName() function 1068 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1070 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1072 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
| /external/cronet/stable/third_party/libc++abi/src/src/demangle/ |
| D | ItaniumDemangle.h | 1061 struct NestedName : Node { struct 1065 NestedName(Node *Qual_, Node *Name_) in NestedName() function 1068 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1070 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1072 void printLeft(OutputBuffer &OB) const override { in printLeft()
|