HomeSort by relevance Sort by last modified time
    Searched defs:GOOGLE_ARRAYSIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 267 // 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
302 #define GOOGLE_ARRAYSIZE(a) \
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 222 // 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
257 #define GOOGLE_ARRAYSIZE(a) \
    [all...]

Completed in 61 milliseconds