Searched refs:proto_ids_size_ (Results 1 – 3 of 3) sorted by relevance
91 uint32_t proto_ids_size_; // number of ProtoIds, we don't support more than 65535 member696 return header_->proto_ids_size_; in NumProtoIds()707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()
184 EXPECT_EQ(2U, header.proto_ids_size_); in TEST_F()
278 CheckValidOffsetAndSize(header_->proto_ids_off_, header_->proto_ids_size_, "proto-ids") && in CheckHeader()367 ((header_->proto_ids_off_ != 0) || (header_->proto_ids_size_ != 0)))) { in CheckMap()1264 expected_size = header_->proto_ids_size_; in CheckIntraIdSection()