Home
last modified time | relevance | path

Searched defs:MessageBuilderContext (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h64 typedef struct MessageBuilderContext MessageBuilderContext; typedef
149 struct MessageBuilderContext { struct
150 google_protobuf_DescriptorProto* msg_proto;
151 VALUE file_builder;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessageBuilderContext.php40 class MessageBuilderContext class
DDescriptorPool.php38 use Google\Protobuf\Internal\MessageBuilderContext; alias