Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc384 : has_bit_indices_(*has_bit_indices), in MatchRepeatedAndHasByte()
394 has_bit_indices_[a->index()] / 8 == in operator ()()
395 has_bit_indices_[b->index()] / 8); in operator ()()
399 const std::vector<int>& has_bit_indices_; member in google::protobuf::compiler::cpp::__anonc4eebc720111::MatchRepeatedAndHasByte
495 has_bit_indices_(has_bit_indices), in ColdChunkSkipper()
513 return has_bit_indices_[chunks_[chunk][offset]->index()] / 32; in HasbitWord()
517 const std::vector<int>& has_bit_indices_; member in google::protobuf::compiler::cpp::__anonc4eebc720111::ColdChunkSkipper
570 int hasbit_index = has_bit_indices_[field->index()]; in OnStartChunk()
644 has_bit_indices_.resize(descriptor_->field_count(), -1); in MessageGenerator()
651 has_bit_indices_[field->index()] = max_has_bit_index_++; in MessageGenerator()
[all …]
Dcpp_field.h222 void SetHasBitIndices(const std::vector<int>& has_bit_indices_) { in SetHasBitIndices() argument
224 field_generators_[i]->SetHasBitIndex(has_bit_indices_[i]); in SetHasBitIndices()
Dcpp_message.h199 std::vector<int> has_bit_indices_; variable
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h172 return has_bit_indices_[field->index()]; in HasBitIndex()
224 const uint32* has_bit_indices_; member
Dgenerated_message_reflection.cc1043 const uint32* const has_bits_indices = schema_.has_bit_indices_; in ListFields()
2236 result.has_bit_indices_ = offsets + migration_schema.has_bit_indices_index; in MigrationToReflectionSchema()