Home
last modified time | relevance | path

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

/aosp12/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
H A Dproperty_info_parser.h184 uint32_t types_array_offset() const { return types_offset() + sizeof(uint32_t); } in types_array_offset() function
/aosp12/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp63 auto string_offset = uint32_array(types_array_offset())[array_offset]; in FindTypeIndex()