Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h64 uint32_t types_offset; member
159 uint32_t type_array_size_offset = types_offset(); in type()
170 uint32_t num_types() const { return uint32_array(types_offset())[0]; } in num_types()
183 uint32_t types_offset() const { return header()->types_offset; } in types_offset() function
184 uint32_t types_array_offset() const { return types_offset() + sizeof(uint32_t); } in types_array_offset()
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp126 header->types_offset = arena_->size(); in SerializeTrie()