Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h170 uint32_t num_types() const { return uint32_array(types_offset())[0]; } in num_types() function
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp62 return Find(num_types(), [this, type](auto array_offset) { in FindTypeIndex()