Searched defs:ReflectionTester (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtest_util.h115 class ReflectionTester { class in class:google::protobuf::TestUtil
118 // TestAllExtensions. In the former case, ReflectionTester fetches from
120 // the latter case, ReflectionTester searches for extension fields in
122 explicit ReflectionTester(const Descriptor* base_descriptor);
164 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionTester);
H A Dtest_util.cc2022 TestUtil::ReflectionTester::ReflectionTester( function in class:google::protobuf::TestUtil::ReflectionTester
2082 const FieldDescriptor* TestUtil::ReflectionTester::F(const string& name) {
2096 void TestUtil::ReflectionTester::SetAllFieldsViaReflection(Message* message) {
2225 void TestUtil::ReflectionTester::SetPackedFieldsViaReflection(
2261 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection(
2270 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection1(
2352 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection2(
2470 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection3(
2531 void TestUtil::ReflectionTester
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtest_util.h123 class ReflectionTester { class in class:google::protobuf::TestUtil
126 // TestAllExtensions. In the former case, ReflectionTester fetches from
128 // the latter case, ReflectionTester searches for extension fields in
130 explicit ReflectionTester(const Descriptor* base_descriptor);
183 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ReflectionTester);
H A Dtest_util.cc2124 TestUtil::ReflectionTester::ReflectionTester( function in class:google::protobuf::TestUtil::ReflectionTester
2187 const FieldDescriptor* TestUtil::ReflectionTester::F(const string& name) {
2201 void TestUtil::ReflectionTester::SetAllFieldsViaReflection(Message* message) {
2340 void TestUtil::ReflectionTester::SetPackedFieldsViaReflection(
2376 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection(
2385 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection1(
2478 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection2(
2601 void TestUtil::ReflectionTester::ExpectAllFieldsSetViaReflection3(
2662 void TestUtil::ReflectionTester
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DTestUtil.java2662 public static class ReflectionTester { class in class:TestUtil
2696 * Construct a {@code ReflectionTester} that will expect messages using
2708 public ReflectionTester(Descriptors.Descriptor baseDescriptor, method in class:TestUtil.ReflectionTester

Completed in 183 milliseconds