Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection.h508 #define DEFINE_PRIMITIVE(TYPE, type) \ macro
514 DEFINE_PRIMITIVE(INT32, int32)
515 DEFINE_PRIMITIVE(UINT32, uint32)
516 DEFINE_PRIMITIVE(INT64, int64)
517 DEFINE_PRIMITIVE(UINT64, uint64)
518 DEFINE_PRIMITIVE(FLOAT, float)
519 DEFINE_PRIMITIVE(DOUBLE, double)
520 DEFINE_PRIMITIVE(BOOL, bool)
521 #undef DEFINE_PRIMITIVE