HomeSort by relevance Sort by last modified time
    Searched refs:totalInts (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message.cc 202 int totalInts = (field_generators_.total_bits() + 31) / 32;
203 if (totalInts > 0) {
205 for (int i = 0; i < totalInts; i++) {
450 int totalInts = (field_generators_.total_bits() + 31) / 32;
451 for (int i = 0; i < totalInts; i++) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message.cc 418 int totalInts = (totalBits + 31) / 32;
419 for (int i = 0; i < totalInts; i++) {
750 int totalInts = (totalBits + 31) / 32;
751 for (int i = 0; i < totalInts; i++) {
    [all...]

Completed in 219 milliseconds