Home
last modified time | relevance | path

Searched refs:pieces_ (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/container/
Dsorted-strings-table.cc50 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()
Dsorted-strings-table.h45 pieces_(pieces), in num_pieces_()
61 const StringPiece pieces_; variable
/external/deqp-deps/amber/src/
Dtype_parser.cc56 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()
Dtype_parser.h59 std::vector<Pieces> pieces_; variable
/external/libtextclassifier/native/utils/sentencepiece/
Dencoder.h48 pieces_(pieces), in num_pieces_()
79 const StringSet* pieces_; variable
Dencoder.cc61 if (!pieces_->FindAllPrefixMatches(normalized_text, &matches)) { in Encode()