Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/file/posting_list/
H A 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()
H A Dflash-index-storage.cc146 for (uint32_t posting_list_bytes = max_posting_list_bytes(); in CreateHeader() local
230 int posting_list_bytes = in OpenHeader() local
498 uint32_t posting_list_bytes = block.posting_list_bytes(); in FreePostingList() local
H A Dindex-block.cc40 PostingListSerializer* serializer, uint32_t posting_list_bytes, in ValidatePostingListBytes()
86 uint32_t posting_list_bytes) { in CreateFromUninitializedRegion()
H A Dposting-list-accessor.cc104 uint32_t posting_list_bytes = in Finalize() local
H A Dflash-index-storage-header.h47 int posting_list_bytes; member