Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc86 const std::vector<int>& has_bit_indices, in PrintPresenceCheck()
382 MatchRepeatedAndHasByte(const std::vector<int>* has_bit_indices, in MatchRepeatedAndHasByte()
407 MatchRepeatedAndHasByteAndRequired(const std::vector<int>* has_bit_indices, in MatchRepeatedAndHasByteAndRequired()
421 MatchRepeatedAndHasByteAndZeroInits(const std::vector<int>* has_bit_indices, in MatchRepeatedAndHasByteAndZeroInits()
461 const std::vector<int>& has_bit_indices) { in GenChunkMask()
492 const std::vector<int>& has_bit_indices, const double cold_threshold, in ColdChunkSkipper()