OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIMITIVE_ACCESSORS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc
237
#define
PRIMITIVE_ACCESSORS
(UPPERCASE, LOWERCASE, CAMELCASE) \
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
[
all
...]
/external/protobuf/src/google/protobuf/
extension_set.cc
214
#define
PRIMITIVE_ACCESSORS
(UPPERCASE, LOWERCASE, CAMELCASE) \
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
[
all
...]
Completed in 305 milliseconds