Home | History | Annotate | Download | only in protobuf

Lines Matching refs:TYPE_CHECK

84 #define TYPE_CHECK(EXPECTEDTYPE, METHOD)                        \
147 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64,
152 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT64,
157 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32,
162 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT32,
167 TYPE_CHECK(FieldDescriptor::CPPTYPE_BOOL,
172 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING,
302 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64,
307 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT64,
312 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32,
317 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT32,
322 TYPE_CHECK(FieldDescriptor::CPPTYPE_BOOL,
328 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM,
333 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING,
338 TYPE_CHECK(FieldDescriptor::CPPTYPE_FLOAT,
343 TYPE_CHECK(FieldDescriptor::CPPTYPE_DOUBLE,
349 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT64,
354 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT64,
359 TYPE_CHECK(FieldDescriptor::CPPTYPE_INT32,
364 TYPE_CHECK(FieldDescriptor::CPPTYPE_UINT32,
369 TYPE_CHECK(FieldDescriptor::CPPTYPE_BOOL,
374 TYPE_CHECK(FieldDescriptor::CPPTYPE_ENUM,
379 TYPE_CHECK(FieldDescriptor::CPPTYPE_STRING,
384 TYPE_CHECK(FieldDescriptor::CPPTYPE_FLOAT,
389 TYPE_CHECK(FieldDescriptor::CPPTYPE_DOUBLE,
395 TYPE_CHECK(FieldDescriptor::CPPTYPE_MESSAGE,
401 TYPE_CHECK(FieldDescriptor::CPPTYPE_MESSAGE,
465 #undef TYPE_CHECK