Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_message.cc218 int totalInts = (field_generators_.total_bits() + 31) / 32; in Generate() local
219 if (totalInts > 0) { in Generate()
221 for (int i = 0; i < totalInts; i++) { in Generate()
494 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local
495 for (int i = 0; i < totalInts; i++) { in GenerateFieldInitializers()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc398 int totalInts = (totalBits + 31) / 32; in Generate() local
399 for (int i = 0; i < totalInts; i++) { in Generate()
854 int totalInts = (totalBits + 31) / 32; in GenerateBuilder() local
855 for (int i = 0; i < totalInts; i++) { in GenerateBuilder()