Searched refs:GetItemForKey (Results 1 – 4 of 4) sorted by relevance
458 PythonObject chk_value1 = dict.GetItemForKey(py_keys[0]); in TEST_F()459 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F()495 PythonObject chk_value1 = dict.GetItemForKey(keys[0]); in TEST_F()496 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F()
204 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()654 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary720 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
627 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()805 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()807 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()2767 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
543 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED