Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder.cc151 int totalBits = 0; in Generate() local
153 totalBits += in Generate()
156 int totalInts = (totalBits + 31) / 32; in Generate()
Djava_message_lite.cc217 int totalBits = 0; in Generate() local
219 totalBits += in Generate()
222 int totalInts = (totalBits + 31) / 32; in Generate()
Djava_message.cc398 int totalBits = 0; in Generate() local
400 totalBits += in Generate()
403 int totalInts = (totalBits + 31) / 32; in Generate()