The methods are on the parent class, google::protobuf::MessageLite.  (It is
a parent class of non-line messages as well.)

On Fri, Feb 5, 2010 at 10:47 AM, Animosity <animosi...@gmail.com> wrote:

> So I've downloaded the 2.3.0 version of the win binary
> I've created a tutorial.proto file ( copy/pasted off the protobuf
> website )
>
> both protoc.exe and tutorial.proto are in the same folder
>
> command line used:   protoc --cpp_out=. tutorial.proto
>
> the tutorial.pb.h and tutorial.pb.cc get generated, yet I cannot find
> any of the ParseFrom methods in there, and only
> SerializeWithCachedSizes and SerializeWithCachedSizesToArray are
> generated.
>
> Am I missing something obvious here? Is this the light version of
> classes?
>
> thanks in advance,
>
> Ani
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to