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

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dmacros.h53 // 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 macro
88 #define GOOGLE_ARRAYSIZE(a) \ macro
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h252 // 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 macro
287 #define GOOGLE_ARRAYSIZE(a) \ macro
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h252 // 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 macro
287 #define GOOGLE_ARRAYSIZE(a) \ macro
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dcommon.h252 // 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 macro
287 #define GOOGLE_ARRAYSIZE(a) \ macro
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dcommon.h252 // 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 macro
287 #define GOOGLE_ARRAYSIZE(a) \ macro

Completed in 81 milliseconds