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

/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp44 std::vector<ConstString>& equivalents)
53 equivalents.push_back(match->value);
60 // partial matches can occur when a name with equivalents is a template argument.
67 std::vector<ConstString>& equivalents)
83 equivalents);
109 std::vector<ConstString>& equivalents)
132 equivalents.push_back(target_const);
220 CPPLanguageRuntime::FindEquivalentNames(ConstString type_name, std::vector<ConstString>& equivalents) argument
222 uint32_t count = GetEquivalentsMap().FindExactMatches(type_name, equivalents);
230 count = GetEquivalentsMap().FindPartialMatches(type_name, equivalents);
43 FindExactMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
66 FindPartialMatches(ConstString& type_name, std::vector<ConstString>& equivalents) argument
107 AppendReplacements(const char* original, const char *matching_key, std::vector<ConstString>& equivalents) argument
[all...]

Completed in 1368 milliseconds