Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dmessage_layout.cc145 int hasbit_count = 0; in PlaceNonOneofFields() local
150 hasbit_indexes_[field] = ++hasbit_count; in PlaceNonOneofFields()
155 int64_t hasbit_bytes = DivRoundUp(hasbit_count, 8); in PlaceNonOneofFields()