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

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_builder_lite.cc139 int totalInts = (totalBits + 31) / 32; local
140 for (int i = 0; i < totalInts; i++) {
H A Djava_message_lite.cc226 int totalInts = (totalBits + 31) / 32; local
227 for (int i = 0; i < totalInts; i++) {
891 int totalInts = (totalBits + 31) / 32; local
893 for (int i = 0; i < totalInts; i++) {
H A Djava_message_builder.cc159 int totalInts = (totalBits + 31) / 32; local
160 for (int i = 0; i < totalInts; i++) {
H A Djava_message.cc389 int totalInts = (totalBits + 31) / 32; local
390 for (int i = 0; i < totalInts; i++) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc255 int totalInts = (field_generators_.total_bits() + 31) / 32; local
256 if (totalInts > 0) {
258 for (int i = 0; i < totalInts; i++) {
532 int totalInts = (field_generators_.total_bits() + 31) / 32; local
533 for (int i = 0; i < totalInts; i++) {

Completed in 1354 milliseconds