Lines Matching refs:EnumBuilderContext
1925 // EnumBuilderContext.
1928 DEFINE_CLASS(EnumBuilderContext,
1929 "Google::Protobuf::Internal::EnumBuilderContext");
1932 EnumBuilderContext* self = _self;
1941 EnumBuilderContext* self = ALLOC(EnumBuilderContext);
1951 module, "EnumBuilderContext", rb_cObject);
1961 * EnumBuilderContext.new(file_builder) => context
1968 DEFINE_SELF(EnumBuilderContext, self, _self);
1990 DEFINE_SELF(EnumBuilderContext, self, _self);
2132 * block in the context of an EnumBuilderContext on that descriptor. The block
2133 * can then call EnumBuilderContext#add_value to define the enum values.