Searched refs:AllocateUint32Array (Results 1 – 2 of 2) sorted by relevance
31 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()
54 uint32_t AllocateUint32Array(int length) { in AllocateUint32Array() function