Home
last modified time | relevance | path

Searched defs:totalInts (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_message.cc255 int totalInts = (field_generators_.total_bits() + 31) / 32; in Generate() local
532 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local
/external/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder_lite.cc139 int totalInts = (totalBits + 31) / 32; in Generate() local
Djava_message_lite.cc226 int totalInts = (totalBits + 31) / 32; in Generate() local
891 int totalInts = (totalBits + 31) / 32; in GenerateDynamicMethodVisit() local
Djava_message_builder.cc159 int totalInts = (totalBits + 31) / 32; in Generate() local
Djava_message.cc389 int totalInts = (totalBits + 31) / 32; in Generate() local