Home
last modified time | relevance | path

Searched refs:num_contexts (Results 1 – 3 of 3) sorted by relevance

/system/core/property_service/property_info_checker/
Dproperty_info_checker.cpp180 for (size_t i = 0; i < property_info_area->num_contexts(); ++i) { in main()
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h169 uint32_t num_contexts() const { return uint32_array(contexts_offset())[0]; } in num_contexts() function
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp53 return Find(num_contexts(), [this, context](auto array_offset) { in FindContextIndex()