reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
36 uint32_t GetSize() const;
4592 const size_t n = self->GetSize(); 77503 result = (uint32_t)((lldb::SBValueList const *)arg1)->GetSize();tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
517 static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBModule.cpp 444 if (sb_value_list.IsValid() && sb_value_list.GetSize() > 0)
tools/lldb/source/API/SBTarget.cpp 2003 if (sb_value_list.IsValid() && sb_value_list.GetSize() > 0)
tools/lldb/source/API/SBValueList.cpp165 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBValueList, GetSize); 223 LLDB_REGISTER_METHOD_CONST(uint32_t, SBValueList, GetSize, ());tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
962 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); 1444 g_vsc.num_locals = g_vsc.variables.GetSize(); 1449 g_vsc.num_globals = g_vsc.variables.GetSize() - (g_vsc.num_locals); 1452 g_vsc.variables.GetSize() - (g_vsc.num_locals + g_vsc.num_globals); 2366 newVariablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); 2518 const int64_t var_idx = g_vsc.variables.GetSize();