Home
last modified time | relevance | path

Searched refs:DecodedTermInfo (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/index/
Dterm-id-codec.h56 struct DecodedTermInfo { struct
87 libtextclassifier3::StatusOr<DecodedTermInfo> DecodeTermInfo(
Dterm-id-codec.cc82 libtextclassifier3::StatusOr<TermIdCodec::DecodedTermInfo>
84 DecodedTermInfo result; in DecodeTermInfo()
Dterm-id-codec_test.cc73 ICING_ASSERT_OK_AND_ASSIGN(TermIdCodec::DecodedTermInfo decoded_term, in TEST()
/external/icing/icing/index/main/
Dmain-index-merger.cc169 TermIdCodec::DecodedTermInfo term_info = in GetIndexBlock()
247 ICING_ASSIGN_OR_RETURN(TermIdCodec::DecodedTermInfo cur_decoded_term, in TranslateAndExpandLiteHits()
Dmain-index.cc466 ICING_ASSIGN_OR_RETURN(TermIdCodec::DecodedTermInfo cur_decoded_term, in AddHits()