Searched refs:GetNameAtIndex (Results 1 – 5 of 5) sorted by relevance
59 const char *SBEnvironment::GetNameAtIndex(size_t index) { in GetNameAtIndex() function in SBEnvironment60 LLDB_RECORD_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t), in GetNameAtIndex()143 LLDB_REGISTER_METHOD(const char *, SBEnvironment, GetNameAtIndex, (size_t)); in RegisterMethods()
32 const char *GetNameAtIndex(size_t index);
49 const char *GetNameAtIndex(size_t index);
241 const char *GetNameAtIndex(uint32_t idx) { in GetNameAtIndex() function in PluginInstances771 return GetPlatformInstances().GetNameAtIndex(idx); in GetPlatformPluginNameAtIndex()819 return GetProcessInstances().GetNameAtIndex(idx); in GetProcessPluginNameAtIndex()1129 return GetTraceExporterInstances().GetNameAtIndex(index); in GetTraceExporterPluginNameAtIndex()
22001 result = (char *)(arg1)->GetNameAtIndex(arg2); in _wrap_SBEnvironment_GetNameAtIndex()