Home
last modified time | relevance | path

Searched defs: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
494 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message.cc398 int totalInts = (totalBits + 31) / 32; in Generate() local
854 int totalInts = (totalBits + 31) / 32; in GenerateBuilder() local