Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp291 const size_t num_properties = m_properties.size(); in Clear() local
292 for (size_t i = 0; i < num_properties; ++i) in Clear()
323 const size_t num_properties = m_properties.size(); in DumpValue() local
324 for (size_t i = 0; i < num_properties; ++i) { in DumpValue()
340 const size_t num_properties = m_properties.size(); in ToJSON() local
341 for (size_t i = 0; i < num_properties; ++i) { in ToJSON()
438 const size_t num_properties = m_properties.size(); in DumpAllDescriptions() local
439 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()
444 for (size_t i = 0; i < num_properties; ++i) { in DumpAllDescriptions()
454 const size_t num_properties = m_properties.size(); in Apropos() local
[all …]
/src/crypto/openssl/crypto/property/
H A Dproperty_parse.c340 r->num_properties = n; in stack_to_property_list()
479 while (i < query->num_properties) { in ossl_property_match_count()
484 if (j < defn->num_properties) { in ossl_property_match_count()
546 const int t = a->num_properties + b->num_properties; in ossl_property_merge()
554 for (i = j = n = 0; i < a->num_properties || j < b->num_properties; n++) { in ossl_property_merge()
555 if (i >= a->num_properties) { in ossl_property_merge()
557 } else if (j >= b->num_properties) { in ossl_property_merge()
569 r->num_properties = n; in ossl_property_merge()
712 if (list->num_properties != 0) in ossl_property_list_to_string()
713 prop = &list->properties[list->num_properties - 1]; in ossl_property_list_to_string()
[all …]
H A Dproperty_local.h34 int num_properties; member
H A Dproperty_query.c32 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectApropos.cpp62 const size_t num_properties = in DoExecute() local
64 if (num_properties) { in DoExecute()
69 for (size_t i = 0; i < num_properties; ++i) in DoExecute()