Home
last modified time | relevance | path

Searched refs:key_ccstr (Results 1 – 1 of 1) sorted by relevance

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