Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp702 FindSessionDictionary (const char* dict_name) in FindSessionDictionary() argument
706 ConstString dict(dict_name); in FindSessionDictionary()
730 if (strcmp (PyString_AsString (key), dict_name) == 0) in FindSessionDictionary()