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

  /external/protobuf/src/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) \
  /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) \
  /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...]

Completed in 1068 milliseconds