Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set_unittest.cc601 #define TEST_REPEATED_EXTENSIONS_SPACE_USED(type, cpptype, value) \ in TEST() argument
605 int min_expected_size = sizeof(RepeatedField<cpptype>) + base_size; \ in TEST()
617 int expected_size = sizeof(cpptype) * (16 - \ in TEST()
Dgenerated_message_reflection.cc1383 FieldDescriptor::CppType cpptype, in MutableRawRepeatedField() argument
1386 if (field->cpp_type() != cpptype) in MutableRawRepeatedField()
1388 field, "MutableRawRepeatedField", cpptype); in MutableRawRepeatedField()