Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder.cc156 int totalInts = (totalBits + 31) / 32; in Generate() local
157 for (int i = 0; i < totalInts; i++) { in Generate()
Djava_message_lite.cc222 int totalInts = (totalBits + 31) / 32; in Generate() local
223 for (int i = 0; i < totalInts; i++) { in Generate()
Djava_message.cc403 int totalInts = (totalBits + 31) / 32; in Generate() local
404 for (int i = 0; i < totalInts; i++) { in Generate()