Searched refs:has_bit_indices_ (Results 1 – 5 of 5) sorted by relevance
384 : 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::MatchRepeatedAndHasByte495 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::ColdChunkSkipper570 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 …]
222 void SetHasBitIndices(const std::vector<int>& has_bit_indices_) { in SetHasBitIndices() argument224 field_generators_[i]->SetHasBitIndex(has_bit_indices_[i]); in SetHasBitIndices()
199 std::vector<int> has_bit_indices_; variable
172 return has_bit_indices_[field->index()]; in HasBitIndex()224 const uint32* has_bit_indices_; member
1043 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()