Home
last modified time | relevance | path

Searched refs:DEFINE_PRIMITIVE (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dreflection.h476 #define DEFINE_PRIMITIVE(TYPE, type) \ macro
483 DEFINE_PRIMITIVE(INT32, int32)
484 DEFINE_PRIMITIVE(UINT32, uint32)
485 DEFINE_PRIMITIVE(INT64, int64)
486 DEFINE_PRIMITIVE(UINT64, uint64)
487 DEFINE_PRIMITIVE(FLOAT, float)
488 DEFINE_PRIMITIVE(DOUBLE, double)
489 DEFINE_PRIMITIVE(BOOL, bool)
490 #undef DEFINE_PRIMITIVE