Home
last modified time | relevance | path

Searched defs:string_pair (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp4189 template <class StrT> struct string_pair { struct
4190 StrT first;
4191 StrT second;
4194 string_pair(StrT f) : first(std::move(f)) {} in string_pair() function
4195 string_pair(StrT f, StrT s) : first(std::move(f)), second(std::move(s)) {} in string_pair() function
4196 template <size_t N> string_pair(const char (&s)[N]) : first(s, N - 1) {} in string_pair() argument
4198 size_t size() const { return first.size() + second.size(); } in size()
4199 StrT full() const { return first + second; } in full()
4200 StrT move_full() { return std::move(first) + std::move(second); } in move_full()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4857 struct string_pair struct
4859 StrT first;
4860 StrT second;
4863 string_pair(StrT f) : first(std::move(f)) {} in string_pair() argument
4864 string_pair(StrT f, StrT s) in string_pair() function
4867 string_pair(const char (&s)[N]) : first(s, N-1) {} in string_pair() function
4869 size_t size() const {return first.size() + second.size();} in size()
4870 StrT full() const {return first + second;} in full()
4871 StrT move_full() {return std::move(first) + std::move(second);} in move_full()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Drules.hpp99 typedef std::pair<string, string> string_pair; typedef in boost::lexer::basic_rules
Dgenerator.hpp133 typedef std::pair<string, string> string_pair; typedef in boost::lexer::basic_generator