Searched refs:GetItemForKeyAsString (Results 1 – 4 of 4) sorted by relevance
101 … reg_info.name = ConstString (reg_info_dict.GetItemForKeyAsString(name_pystr)).GetCString(); in SetRegisterInfo()108 … reg_info.alt_name = ConstString (reg_info_dict.GetItemForKeyAsString(altname_pystr)).GetCString(); in SetRegisterInfo()125 const char *format_cstr = reg_info_dict.GetItemForKeyAsString(format_pystr); in SetRegisterInfo()137 const char *encoding_cstr = reg_info_dict.GetItemForKeyAsString(encoding_pystr); in SetRegisterInfo()154 …gisterKindGeneric] = Args::StringToGenericRegister (reg_info_dict.GetItemForKeyAsString(generic_py… in SetRegisterInfo()
248 const char *name = thread_dict.GetItemForKeyAsString (name_pystr); in CreateThreadFromThreadInfo()249 const char *queue = thread_dict.GetItemForKeyAsString (queue_pystr); in CreateThreadFromThreadInfo()
208 GetItemForKeyAsString (const PythonString &key, const char *fail_value = NULL) const;
353 PythonDictionary::GetItemForKeyAsString (const PythonString &key, const char *fail_value) const in GetItemForKeyAsString() function in PythonDictionary