Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp54 auto string_offset = uint32_array(contexts_array_offset())[array_offset]; in FindContextIndex() local
55 return strcmp(c_string(string_offset), context); in FindContextIndex()
63 auto string_offset = uint32_array(types_array_offset())[array_offset]; in FindTypeIndex() local
64 return strcmp(c_string(string_offset), type); in FindTypeIndex()
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp37 uint32_t string_offset = arena_->AllocateAndWriteString(*it); in SerializeStrings() local
38 arena_->uint32_array(offset_array_offset)[i] = string_offset; in SerializeStrings()