Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_message_builder_lite.cc139 int totalInts = (totalBits + 31) / 32; in Generate() local
140 for (int i = 0; i < totalInts; i++) { in Generate()
Djava_message_lite.cc231 int totalInts = (totalBits + 31) / 32; in Generate() local
232 for (int i = 0; i < totalInts; i++) { in Generate()
896 int totalInts = (totalBits + 31) / 32; in GenerateDynamicMethodVisit() local
898 for (int i = 0; i < totalInts; i++) { in GenerateDynamicMethodVisit()
Djava_message_builder.cc161 int totalInts = (totalBits + 31) / 32; in Generate() local
162 for (int i = 0; i < totalInts; i++) { in Generate()
Djava_message.cc404 int totalInts = (totalBits + 31) / 32; in Generate() local
405 for (int i = 0; i < totalInts; i++) { in Generate()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_message.cc255 int totalInts = (field_generators_.total_bits() + 31) / 32; in Generate() local
256 if (totalInts > 0) { in Generate()
258 for (int i = 0; i < totalInts; i++) { in Generate()
532 int totalInts = (field_generators_.total_bits() + 31) / 32; in GenerateFieldInitializers() local
533 for (int i = 0; i < totalInts; i++) { in GenerateFieldInitializers()