GOOGLE_ARRAYSIZE  283 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc     for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
GOOGLE_ARRAYSIZE   77 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc   for (int i = 0; i < GOOGLE_ARRAYSIZE(kKeywordList); i++) {
GOOGLE_ARRAYSIZE   90 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) {                           \
GOOGLE_ARRAYSIZE  109 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) {                          \
GOOGLE_ARRAYSIZE  110 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) {                        \
GOOGLE_ARRAYSIZE   56 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc   ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size);
GOOGLE_ARRAYSIZE   85 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc     for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) {                           \
GOOGLE_ARRAYSIZE  104 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc     for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) {                          \
GOOGLE_ARRAYSIZE  105 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc       for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) {                        \
GOOGLE_ARRAYSIZE  503 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   for (int i = 0; i < GOOGLE_ARRAYSIZE(kTokens); i++) {
GOOGLE_ARRAYSIZE  713 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc     ASSERT_LT(i, GOOGLE_ARRAYSIZE(kDocCommentCases));
GOOGLE_ARRAYSIZE  129 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes);
GOOGLE_ARRAYSIZE  903 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
GOOGLE_ARRAYSIZE  155 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) {
GOOGLE_ARRAYSIZE 3027 third_party/protobuf/src/google/protobuf/test_util.cc   for (int i = 0; i < GOOGLE_ARRAYSIZE(fields); i++) {
GOOGLE_ARRAYSIZE  561 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc #define MAKE_VECTOR(x) vector<int>(x, x + GOOGLE_ARRAYSIZE(x))