Searched refs:StringMapTestStruct (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
H A DStringMapTest.cpp245 struct StringMapTestStruct { struct in namespace:__anon26461
246 StringMapTestStruct(int i) : i(i) {} function in struct:__anon26461::StringMapTestStruct
247 StringMapTestStruct() LLVM_DELETED_FUNCTION;
252 StringMap<StringMapTestStruct> t;
253 t.GetOrCreateValue("Test", StringMapTestStruct(123));
254 StringMap<StringMapTestStruct>::iterator iter = t.find("Test");

Completed in 82 milliseconds