/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
macros.h | 53 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 57 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 61 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 62 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 87 #undef GOOGLE_ARRAYSIZE 88 #define GOOGLE_ARRAYSIZE(a) \
|
/external/protobuf/src/google/protobuf/stubs/ |
stringprintf.cc | 155 for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) {
|
common.h | 252 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 256 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 260 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 261 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 286 #undef GOOGLE_ARRAYSIZE 287 #define GOOGLE_ARRAYSIZE(a) \ [all...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 65 // defined such that the GOOGLE_ARRAYSIZE() macro works on them. Example: 85 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 104 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \ 105 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \ 497 for (int i = 0; i < GOOGLE_ARRAYSIZE(kTokens); i++) { 707 ASSERT_LT(i, GOOGLE_ARRAYSIZE(kDocCommentCases)); [all...] |
printer_unittest.cc | 56 ArrayOutputStream output(buffer, GOOGLE_ARRAYSIZE(buffer), block_size);
|
coded_stream_unittest.cc | 67 // defined such that the GOOGLE_ARRAYSIZE() macro works on them. Example: 90 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES); i++) { \ 109 for (int i = 0; i < GOOGLE_ARRAYSIZE(CASES1); i++) { \ 110 for (int j = 0; j < GOOGLE_ARRAYSIZE(CASES2); j++) { \ [all...] |
zero_copy_stream_unittest.cc | 129 const int IoTest::kBlockSizeCount = GOOGLE_ARRAYSIZE(IoTest::kBlockSizes); 904 ConcatenatingInputStream input(streams, GOOGLE_ARRAYSIZE(streams));
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 252 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 256 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 260 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 261 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 286 #undef GOOGLE_ARRAYSIZE 287 #define GOOGLE_ARRAYSIZE(a) \ [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 252 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 256 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 260 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 261 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 286 #undef GOOGLE_ARRAYSIZE 287 #define GOOGLE_ARRAYSIZE(a) \ [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
common.h | 252 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 256 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 260 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 261 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 286 #undef GOOGLE_ARRAYSIZE 287 #define GOOGLE_ARRAYSIZE(a) \ [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
common.h | 252 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr. 256 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error 260 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer. 261 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays. 286 #undef GOOGLE_ARRAYSIZE 287 #define GOOGLE_ARRAYSIZE(a) \ [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 77 for (int i = 0; i < GOOGLE_ARRAYSIZE(kKeywordList); i++) {
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_helpers.cc | 75 for (int i = 0; i < GOOGLE_ARRAYSIZE(kJavaKeywordsList); i++) {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.cc | 75 for (int i = 0; i < GOOGLE_ARRAYSIZE(kForbiddenWordList); ++i) {
|
/external/protobuf/src/google/protobuf/ |
unknown_field_set_unittest.cc | 566 #define MAKE_VECTOR(x) vector<int>(x, x + GOOGLE_ARRAYSIZE(x))
|
test_util.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | 289 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) { [all...] |