Home | History | Annotate | Download | only in stubs

Lines Matching defs:GOOGLE_ARRAYSIZE

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) \