Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectApropos.cpp74 const size_t num_properties = in DoExecute() local
76 if (num_properties) { in DoExecute()
81 for (size_t i = 0; i < num_properties; ++i) in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp502 const size_t num_properties = m_properties.size(); in Clear() local
503 for (size_t i = 0; i < num_properties; ++i) in Clear()
534 const size_t num_properties = m_properties.size(); in DumpValue() local
535 for (size_t i = 0; i < num_properties; ++i) { in DumpValue()
628 const size_t num_properties = m_properties.size(); in DumpAllDescriptions() local
629 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()
634 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()
644 const size_t num_properties = m_properties.size(); in Apropos() local
646 for (size_t i = 0; i < num_properties; ++i) { in Apropos()