aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/test_util.h')
-rw-r--r--src/google/protobuf/test_util.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/google/protobuf/test_util.h b/src/google/protobuf/test_util.h
index 4157d095..4c578bcd 100644
--- a/src/google/protobuf/test_util.h
+++ b/src/google/protobuf/test_util.h
@@ -78,11 +78,10 @@ class TestUtil {
// its file.
explicit ReflectionTester(const Descriptor* base_descriptor);
- void SetAllFieldsViaReflection(Message::Reflection* message);
- void ModifyRepeatedFieldsViaReflection(Message::Reflection* message);
- void ExpectAllFieldsSetViaReflection(
- const Message::Reflection& message);
- void ExpectClearViaReflection(const Message::Reflection& message);
+ void SetAllFieldsViaReflection(Message* message);
+ void ModifyRepeatedFieldsViaReflection(Message* message);
+ void ExpectAllFieldsSetViaReflection(const Message& message);
+ void ExpectClearViaReflection(const Message& message);
private:
const FieldDescriptor* F(const string& name);