Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h64 typedef struct OneofBuilderContext OneofBuilderContext; typedef
147 struct OneofBuilderContext { struct
298 OneofBuilderContext* ruby_to_OneofBuilderContext(VALUE value);
Ddefs.c1805 DEFINE_CLASS(OneofBuilderContext,
1809 OneofBuilderContext* self = _self; in OneofBuilderContext_mark()
1815 OneofBuilderContext* self = _self; in OneofBuilderContext_free()
1820 OneofBuilderContext* self = ALLOC(OneofBuilderContext); in OneofBuilderContext_alloc()
1850 DEFINE_SELF(OneofBuilderContext, self, _self); in OneofBuilderContext_initialize()
1867 DEFINE_SELF(OneofBuilderContext, self, _self); in OneofBuilderContext_optional()