Searched refs:GetFirstValueByName (Results 1 – 5 of 5) sorted by relevance
56 lldb::SBValue GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in ValueListImpl181 SBValue SBValueList::GetFirstValueByName(const char *name) const { in GetFirstValueByName() function in SBValueList186 sb_value = m_opaque_up->GetFirstValueByName(name); in GetFirstValueByName()
119 self.assertEqual(int(frame.vars.GetFirstValueByName('j').GetValue()), 42 * 42)120 self.assertEqual(int(frame.vars.GetFirstValueByName('k').GetValue()), 42)
40 lldb::SBValue GetFirstValueByName(const char *name) const;
103 GetFirstValueByName (const char* name) const;
68 g_timeout = value_list.GetFirstValueByName("g_timeout")