|
|
|
@@ -34,14 +34,14 @@ class Message2Operator { |
|
|
|
const google::protobuf::Message *message, |
|
|
|
const google::protobuf::FieldDescriptor *field, ge::Operator &ops); |
|
|
|
|
|
|
|
void ParseBaseTypeField(const google::protobuf::Reflection *reflection, |
|
|
|
const google::protobuf::Message *message, |
|
|
|
const google::protobuf::FieldDescriptor *field, ge::Operator &ops); |
|
|
|
static void ParseBaseTypeField(const google::protobuf::Reflection *reflection, |
|
|
|
const google::protobuf::Message *message, |
|
|
|
const google::protobuf::FieldDescriptor *field, ge::Operator &ops); |
|
|
|
|
|
|
|
void ParseRepeatedBaseTypeField(const google::protobuf::Reflection *reflection, |
|
|
|
const google::protobuf::Message *message, |
|
|
|
const google::protobuf::FieldDescriptor *field, |
|
|
|
ge::Operator &ops); |
|
|
|
static void ParseRepeatedBaseTypeField(const google::protobuf::Reflection *reflection, |
|
|
|
const google::protobuf::Message *message, |
|
|
|
const google::protobuf::FieldDescriptor *field, |
|
|
|
ge::Operator &ops); |
|
|
|
}; |
|
|
|
} // namespace ge |
|
|
|
#endif // PARSER_MESSAGE2OPERATOR_H |