/aosp_15_r20/external/libcxxabi/src/demangle/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 845 struct NestedName : Node { struct 849 NestedName(Node *Qual_, Node *Name_) in NestedName() function 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1038 struct NestedName : Node { struct 1042 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1047 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1049 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1037 struct NestedName : Node { struct 1041 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/ |
H A D | ItaniumDemangle.h | 1038 struct NestedName : Node { struct 1042 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1047 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1049 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1037 struct NestedName : Node { struct 1041 NestedName(Node *Qual_, Node *Name_) in NestedName() argument 1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 1037 struct NestedName : Node { struct 1041 NestedName(Node *Qual_, Node *Name_) in NestedName() function 1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } in match() 1046 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName() 1048 void printLeft(OutputBuffer &OB) const override { in printLeft()
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | TypeIndex_test.cpp | 78 TEST(TypeIndex, NestedName) { in TEST() argument
|