Searched refs:pieces_ (Results 1 – 6 of 6) sorted by relevance
50 pieces_[piece_offset + match_length]) < in GatherPrefixMatches()60 pieces_[piece_offset + match_length]); in GatherPrefixMatches()71 if (pieces_[LittleEndian::ToHost32(offsets_[left]) + match_length] == 0) { in GatherPrefixMatches()85 pieces_[k] != 0; k++) { in GatherPrefixMatches()87 input[piece_match_length] != pieces_[k]) { in GatherPrefixMatches()
45 pieces_(pieces), in num_pieces_()61 const StringPiece pieces_; variable
56 if (pieces_.empty()) in Parse()60 if (pack_size_ == 0 && pieces_.size() == 1 && in Parse()61 pieces_[0].type == FormatComponentType::kR) { in Parse()62 type = MakeUnique<type::Number>(pieces_[0].mode, pieces_[0].num_bits); in Parse()65 type->SetRowCount(static_cast<uint32_t>(pieces_.size())); in Parse()68 for (const auto& piece : pieces_) in Parse()74 pieces_.clear(); in Parse()82 pieces_.insert(pieces_.begin(), Pieces{type, mode, bits}); in AddPiece()
59 std::vector<Pieces> pieces_; variable
48 pieces_(pieces), in num_pieces_()79 const StringSet* pieces_; variable
61 if (!pieces_->FindAllPrefixMatches(normalized_text, &matches)) { in Encode()