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

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp4861 struct string_pair struct in namespace:__anon3743
4867 string_pair(String f) : first(std::move(f)) {} function in struct:__anon3743::string_pair
4868 string_pair(String f, String s) function in struct:__anon3743::string_pair
4871 string_pair(const char (&s)[N]) : first(s, N-1) {} function in struct:__anon3743::string_pair

Completed in 34 milliseconds