Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmessage.h898 FieldDescriptor::CppType cpptype, int ctype, in GetRawRepeatedField() argument
901 const_cast<Message*>(&message), field, cpptype, ctype, message_type); in GetRawRepeatedField()
Dgenerated_message_reflection.cc1714 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField() argument
1717 if (field->cpp_type() != cpptype) in MutableRawRepeatedField()
1719 field, "MutableRawRepeatedField", cpptype); in MutableRawRepeatedField()
1740 FieldDescriptor::CppType cpptype, in GetRawRepeatedField() argument
1743 if (field->cpp_type() != cpptype) in GetRawRepeatedField()
1745 field, "GetRawRepeatedField", cpptype); in GetRawRepeatedField()
Dextension_set_unittest.cc713 #define TEST_REPEATED_EXTENSIONS_SPACE_USED(type, cpptype, value) \ in TEST() argument
717 int min_expected_size = sizeof(RepeatedField<cpptype>) + base_size; \ in TEST()
729 int expected_size = sizeof(cpptype) * (16 - \ in TEST()
/external/protobuf/php/ext/google/protobuf/
Dupb.h1358 #define UPB_CPP_CASTS(cname, cpptype) \ argument
1361 inline cpptype *down_cast<cpptype *, Def>(Def * def) { \
1365 inline cpptype *dyn_cast<cpptype *, Def>(Def * def) { \
1369 inline const cpptype *down_cast<const cpptype *, const Def>( \
1374 inline const cpptype *dyn_cast<const cpptype *, const Def>(const Def *def) { \
1378 inline const cpptype *down_cast<const cpptype *, Def>(Def * def) { \
1382 inline const cpptype *dyn_cast<const cpptype *, Def>(Def * def) { \
1387 #define UPB_CPP_CASTS(cname, cpptype)
1393 #define UPB_DEF_CASTS(lower, upper, cpptype) \ argument
1408 UPB_CPP_CASTS(lower, cpptype)
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1770 #define UPB_CPP_CASTS(cname, cpptype) \
1773 inline cpptype *down_cast<cpptype *, Def>(Def * def) { \
1777 inline cpptype *dyn_cast<cpptype *, Def>(Def * def) { \
1781 inline const cpptype *down_cast<const cpptype *, const Def>( \
1786 inline const cpptype *dyn_cast<const cpptype *, const Def>(const Def *def) { \
1790 inline const cpptype *down_cast<const cpptype *, Def>(Def * def) { \
1794 inline const cpptype *dyn_cast<const cpptype *, Def>(Def * def) { \
1799 #define UPB_CPP_CASTS(cname, cpptype)
1805 #define UPB_DEF_CASTS(lower, upper, cpptype) \
1820 UPB_CPP_CASTS(lower, cpptype)