Searched refs:DecodeTermInfo (Results 1 – 5 of 5) sorted by relevance
67 TEST(TermIdCodecTest, DecodeTermInfo) { in TEST() argument74 codec->DecodeTermInfo(0)); in TEST()78 ICING_ASSERT_OK_AND_ASSIGN(decoded_term, codec->DecodeTermInfo(3)); in TEST()82 EXPECT_THAT(codec->DecodeTermInfo(10), in TEST()
87 libtextclassifier3::StatusOr<DecodedTermInfo> DecodeTermInfo(
83 TermIdCodec::DecodeTermInfo(uint32_t term_id) const { in DecodeTermInfo() function in icing::lib::TermIdCodec
163 auto term_info_or = term_id_codec_->DecodeTermInfo(term_id); in GetIndexBlock()248 term_id_codec.DecodeTermInfo(cur_term_id)); in TranslateAndExpandLiteHits()
467 term_id_codec.DecodeTermInfo(cur_term_id)); in AddHits()493 term_id_codec.DecodeTermInfo(cur_term_id)); in AddHits()