Guest User

Untitled

a guest
Jan 21st, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <google/protobuf/arena.h>
  2. using namespace google::protobuf;
  3.  
  4. void main() {
  5. Arena arena;
  6. auto msg = Arena::CreateMessage<MyProto>(&arena);
  7.  
  8. setup_myproto(msg);
  9. push_to_queue(msg);
  10. }
Add Comment
Please, Sign In to add comment