Searched refs:CopiedKey (Results 1 – 4 of 4) sorted by relevance
META-INF/ META-INF/MANIFEST.MF META-INF/kotlin-scripting- ...
META-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...
6439 const char *CopiedKey; in AddObjCKeyValueCompletions() member6442 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()6445 if (CopiedKey) in AddObjCKeyValueCompletions()6446 return CopiedKey; in AddObjCKeyValueCompletions()6448 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()
8155 const char *CopiedKey; in AddObjCKeyValueCompletions() member8158 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {} in AddObjCKeyValueCompletions()8161 if (CopiedKey) in AddObjCKeyValueCompletions()8162 return CopiedKey; in AddObjCKeyValueCompletions()8164 return CopiedKey = Allocator.CopyString(Key); in AddObjCKeyValueCompletions()