Home
last modified time | relevance | path

Searched refs:OneofBuilderContext (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h31 typedef struct OneofBuilderContext OneofBuilderContext; typedef
168 struct OneofBuilderContext { struct
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h61 typedef struct OneofBuilderContext OneofBuilderContext; typedef
143 struct OneofBuilderContext { struct
264 OneofBuilderContext* ruby_to_OneofBuilderContext(VALUE value);
Ddefs.c1466 DEFINE_CLASS(OneofBuilderContext,
1470 OneofBuilderContext* self = _self; in OneofBuilderContext_mark()
1476 OneofBuilderContext* self = _self; in OneofBuilderContext_free()
1481 OneofBuilderContext* self = ALLOC(OneofBuilderContext); in OneofBuilderContext_alloc()
1511 DEFINE_SELF(OneofBuilderContext, self, _self); in OneofBuilderContext_initialize()
1527 DEFINE_SELF(OneofBuilderContext, self, _self); in OneofBuilderContext_optional()