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

/external/libcxxabi/src/
H A Dcxa_demangle.cpp4852 struct string_pair struct in namespace:__cxxabiv1::__anon23623
4857 string_pair() = default;
4858 string_pair(StrT f) : first(std::move(f)) {} function in struct:__cxxabiv1::__anon23623::string_pair
4859 string_pair(StrT f, StrT s) function in struct:__cxxabiv1::__anon23623::string_pair
4862 string_pair(const char (&s)[N]) : first(s, N-1) {} function in struct:__cxxabiv1::__anon23623::string_pair
4873 typedef Vector<string_pair<String>> sub_type;

Completed in 311 milliseconds