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

/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc218 int totalInts = (field_generators_.total_bits() + 31) / 32; local
219 if (totalInts > 0) {
221 for (int i = 0; i < totalInts; i++) {
490 int totalInts = (field_generators_.total_bits() + 31) / 32; local
491 for (int i = 0; i < totalInts; i++) {
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc398 int totalInts = (totalBits + 31) / 32; local
399 for (int i = 0; i < totalInts; i++) {
854 int totalInts = (totalBits + 31) / 32; local
855 for (int i = 0; i < totalInts; i++) {

Completed in 246 milliseconds