Searched defs:totalInts (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc202 int totalInts = (field_generators_.total_bits() + 31) / 32; local
203 if (totalInts > 0) {
205 for (int i = 0; i < totalInts; i++) {
450 int totalInts = (field_generators_.total_bits() + 31) / 32; local
451 for (int i = 0; i < totalInts; i++) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc418 int totalInts = (totalBits + 31) / 32; local
419 for (int i = 0; i < totalInts; i++) {
750 int totalInts = (totalBits + 31) / 32; local
751 for (int i = 0; i < totalInts; i++) {

Completed in 71 milliseconds