Home
last modified time | relevance | path

Searched defs:MessageLayout (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h60 typedef struct MessageLayout MessageLayout; typedef
521 struct MessageLayout { struct
537 void free_layout(MessageLayout* layout); argument
/third_party/grpc/third_party/upb/upbc/
Dmessage_layout.h43 MessageLayout(const google::protobuf::Descriptor* descriptor) { in MessageLayout() function