Searched defs:key_ccstr (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Core/
H A DConstString.cpp70 SetMangledCounterparts (const char *key_ccstr, const char *value_ccstr) argument
72 if (key_ccstr && value_ccstr)
74 GetStringMapEntryFromKeyData (key_ccstr).setValue(value_ccstr);
75 GetStringMapEntryFromKeyData (value_ccstr).setValue(key_ccstr);

Completed in 102 milliseconds