Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp31 uint32_t offset_array_offset = arena_->AllocateUint32Array(strings.size()); in SerializeStrings()
72 uint32_t prefix_entries_array_offset = arena_->AllocateUint32Array(sorted_prefix_matches.size()); in WriteTrieNode()
89 arena_->AllocateUint32Array(sorted_exact_matches.size()); in WriteTrieNode()
103 uint32_t children_offset_array_offset = arena_->AllocateUint32Array(sorted_children.size()); in WriteTrieNode()
Dtrie_node_arena.h54 uint32_t AllocateUint32Array(int length) { in AllocateUint32Array() function