Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp509 static const char *const string_key1 = "String Key 1"; in TEST_F() local
516 dict.SetItemForKey(PythonString(string_key1), PythonInteger(int_value1)); in TEST_F()
522 EXPECT_TRUE(dict_sp->HasKey(string_key1)); in TEST_F()
525 auto int_sp = dict_sp->GetValueForKey(string_key1)->GetAsInteger(); in TEST_F()