Searched defs:GOOGLE_ARRAYSIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h267 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr.
271 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error
275 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer.
276 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays.
301 #undef GOOGLE_ARRAYSIZE macro
302 #define GOOGLE_ARRAYSIZE(a) \ macro
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h222 // The GOOGLE_ARRAYSIZE(arr) macro returns the # of elements in an array arr.
226 // GOOGLE_ARRAYSIZE catches a few type errors. If you see a compiler error
230 // when using GOOGLE_ARRAYSIZE, you are (wrongfully) giving it a pointer.
231 // You should only use GOOGLE_ARRAYSIZE on statically allocated arrays.
256 #undef GOOGLE_ARRAYSIZE macro
257 #define GOOGLE_ARRAYSIZE(a) \ macro

Completed in 144 milliseconds