Home
last modified time | relevance | path

Searched defs:posting_list_bytes (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/file/posting_list/
Dindex-block.h237 uint32_t posting_list_bytes() const { return posting_list_bytes_; } in posting_list_bytes() function
263 uint32_t posting_list_bytes; member
270 uint32_t posting_list_bytes) in IndexBlock()
Dindex-block.cc40 PostingListSerializer* serializer, uint32_t posting_list_bytes, in ValidatePostingListBytes()
86 uint32_t posting_list_bytes) { in CreateFromUninitializedRegion()
Dflash-index-storage.cc142 for (uint32_t posting_list_bytes = max_posting_list_bytes(); in CreateHeader() local
226 int posting_list_bytes = in OpenHeader() local
491 uint32_t posting_list_bytes = block.posting_list_bytes(); in FreePostingList() local
Dposting-list-accessor.cc99 uint32_t posting_list_bytes = in Finalize() local
Dflash-index-storage-header.h47 int posting_list_bytes; member