Home
last modified time | relevance | path

Searched defs:max_posting_list_bytes (Results 1 – 6 of 6) sorted by relevance

/external/icing/icing/index/embed/
Dposting-list-embedding-hit-accessor.cc40 uint32_t max_posting_list_bytes = storage->max_posting_list_bytes(); in Create() local
/external/icing/icing/index/main/
Dposting-list-hit-accessor.cc34 uint32_t max_posting_list_bytes = storage->max_posting_list_bytes(); in Create() local
/external/icing/icing/index/numeric/
Dposting-list-integer-index-accessor.cc39 uint32_t max_posting_list_bytes = IndexBlock::CalculateMaxPostingListBytes( in Create() local
Dposting-list-integer-index-accessor_test.cc447 uint32_t max_posting_list_bytes = IndexBlock::CalculateMaxPostingListBytes( in TEST_F() local
/external/icing/icing/join/
Dposting-list-join-data-accessor.h110 uint32_t max_posting_list_bytes = IndexBlock::CalculateMaxPostingListBytes( in Create() local
/external/icing/icing/file/posting_list/
Dflash-index-storage.h211 uint32_t max_posting_list_bytes() const { in max_posting_list_bytes() function