Home | History | Annotate | Download | only in runtime

Lines Matching refs:proto_ids_size_

86     uint32_t proto_ids_size_;  // number of ProtoIds, we don't support more than 65535
778 return header_->proto_ids_size_;
789 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();