Re: [protobuf] FileDescriptor to .proto?

2015-03-10 Thread Himanshu Agarwal
Yeah Thanks, it's there. Himanshu Agarwal On Wed, Mar 11, 2015 at 5:47 AM, Feng Xiao wrote: > > > On Wed, Feb 11, 2015 at 9:53 AM, Himanshu Agarwal < > agarwal.himanshu...@gmail.com> wrote: > >> >> Hi >> >> I'm looking for a method to print a FileDescriptor to a .proto file in >> C++. I was bro

Re: [protobuf] FileDescriptor to .proto?

2015-03-10 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Feb 11, 2015 at 9:53 AM, Himanshu Agarwal < agarwal.himanshu...@gmail.com> wrote: > > Hi > > I'm looking for a method to print a FileDescriptor to a .proto file in > C++. I was browsing through the threads and code and the only solution i > was able to find out is through DebugString() Api

[protobuf] FileDescriptor to .proto?

2015-02-11 Thread Himanshu Agarwal
Hi I'm looking for a method to print a FileDescriptor to a .proto file in C++. I was browsing through the threads and code and the only solution i was able to find out is through DebugString() Api. However i was going through code of DebugString() Api in Descriptor.cc and it appeared that the