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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc237 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ macro
297 PRIMITIVE_ACCESSORS( INT32, int32, Int32)
298 PRIMITIVE_ACCESSORS( INT64, int64, Int64)
299 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
300 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64)
301 PRIMITIVE_ACCESSORS( FLOAT, float, Float)
302 PRIMITIVE_ACCESSORS(DOUBLE, double, Double)
303 PRIMITIVE_ACCESSORS( BOOL, bool, Bool)
305 #undef PRIMITIVE_ACCESSORS macro
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc214 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \ macro
274 PRIMITIVE_ACCESSORS( INT32, int32, Int32)
275 PRIMITIVE_ACCESSORS( INT64, int64, Int64)
276 PRIMITIVE_ACCESSORS(UINT32, uint32, UInt32)
277 PRIMITIVE_ACCESSORS(UINT64, uint64, UInt64)
278 PRIMITIVE_ACCESSORS( FLOAT, float, Float)
279 PRIMITIVE_ACCESSORS(DOUBLE, double, Double)
280 PRIMITIVE_ACCESSORS( BOOL, bool, Bool)
282 #undef PRIMITIVE_ACCESSORS macro

Completed in 221 milliseconds