Home
last modified time | relevance | path

Searched refs:rb_const_get (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
H A Dmemory_buffer.c122 …VALUE thrift_memory_buffer_class = rb_const_get(thrift_module, rb_intern("MemoryBufferTransport")); in Init_memory_buffer()
133 …GARBAGE_BUFFER_SIZE = FIX2INT(rb_const_get(thrift_memory_buffer_class, rb_intern("GARBAGE_BUFFER_S… in Init_memory_buffer()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
H A Dmemory_buffer.c122 …VALUE thrift_memory_buffer_class = rb_const_get(thrift_module, rb_intern("MemoryBufferTransport")); in Init_memory_buffer()
133 …GARBAGE_BUFFER_SIZE = FIX2INT(rb_const_get(thrift_memory_buffer_class, rb_intern("GARBAGE_BUFFER_S… in Init_memory_buffer()
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
H A Dmemory_buffer.c122 …VALUE thrift_memory_buffer_class = rb_const_get(thrift_module, rb_intern("MemoryBufferTransport")); in Init_memory_buffer()
133 …GARBAGE_BUFFER_SIZE = FIX2INT(rb_const_get(thrift_memory_buffer_class, rb_intern("GARBAGE_BUFFER_S… in Init_memory_buffer()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/devel/thrift/thrift-0.14.0/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/ext/
H A Dthrift_native.c114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native()
115 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native()
116 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native()
117 rb_cSet = rb_const_get(rb_cObject, rb_intern("Set")); in Init_thrift_native()
121 TTYPE_BOOL = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BOOL"))); in Init_thrift_native()
122 TTYPE_BYTE = FIX2INT(rb_const_get(thrift_types_module, rb_intern("BYTE"))); in Init_thrift_native()
123 TTYPE_I16 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I16"))); in Init_thrift_native()
124 TTYPE_I32 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I32"))); in Init_thrift_native()
125 TTYPE_I64 = FIX2INT(rb_const_get(thrift_types_module, rb_intern("I64"))); in Init_thrift_native()
128 TTYPE_MAP = FIX2INT(rb_const_get(thrift_types_module, rb_intern("MAP"))); in Init_thrift_native()
[all …]
H A Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
571 VERSION = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION"))); in Init_constants()
572 VERSION_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("VERSION_MASK"))); in Init_constants()
573 TYPE_MASK = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_MASK"))); in Init_constants()
574 TYPE_BITS = rb_num2ll(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_BITS"))); in Init_constants()
575 …TYPE_SHIFT_AMOUNT = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("TYPE_SHIFT_AMOU… in Init_constants()
576 PROTOCOL_ID = FIX2INT(rb_const_get(thrift_compact_protocol_class, rb_intern("PROTOCOL_ID"))); in Init_constants()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dmodule_spec.rb40 @m.rb_const_get(CApiModuleSpecs::C, :_INVALID).should == 2
134 @m.rb_const_get(CApiModuleSpecs::A, :X).should == 1
138 @m.rb_const_get(CApiModuleSpecs::A, :Fixnum).should == Fixnum
142 @m.rb_const_get(CApiModuleSpecs::B, :X).should == 1
147 @m.rb_const_get(CApiModuleSpecs::A, :CApiModuleSpecsUndefined)
151 @m.rb_const_get(CApiModuleSpecs::A, :D).should == 123
155 @m.rb_const_get(Object, :CApiModuleSpecsAutoload).should == 123
164 @m.rb_const_get(CApiModuleSpecs::A, :_INVALID)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c106 cError = rb_const_get(protobuf, rb_intern("Error")); in Init_protobuf_c()
107 cParseError = rb_const_get(protobuf, rb_intern("ParseError")); in Init_protobuf_c()
108 cTypeError = rb_const_get(protobuf, rb_intern("TypeError")); in Init_protobuf_c()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.c106 cError = rb_const_get(protobuf, rb_intern("Error")); in Init_protobuf_c()
107 cParseError = rb_const_get(protobuf, rb_intern("ParseError")); in Init_protobuf_c()
108 cTypeError = rb_const_get(protobuf, rb_intern("TypeError")); in Init_protobuf_c()
/dports/www/uwsgi/uwsgi-2.0.20/plugins/rack/
H A Drack_plugin.c606 VALUE ac = rb_const_get(rb_cObject, rb_intern("ActionController")); in uwsgi_rack_init_apps()
611 VALUE ac_dispatcher = rb_const_get(ac, rb_intern("Dispatcher")); in uwsgi_rack_init_apps()
637 VALUE thin_rack = rb_const_get(rb_cObject, rb_intern("Rack")); in uwsgi_rack_init_apps()
638 VALUE thin_rack_adapter = rb_const_get(thin_rack, rb_intern("Adapter")); in uwsgi_rack_init_apps()
1033 VALUE rack = rb_const_get(rb_cObject, rb_intern("Rack")); in init_rack_app()
1037 VALUE bodyproxy = rb_const_get(rack, rb_intern("BodyProxy")); in init_rack_app()
1097 VALUE irb = rb_const_get(rb_cObject, rb_intern("IRB")); in run_irb()
1156 VALUE uwsgi_rb_embedded = rb_const_get(rb_cObject, rb_intern("UWSGI")); in uwsgi_rb_pfh()
1174 VALUE uwsgi_rb_embedded = rb_const_get(rb_cObject, rb_intern("UWSGI")); in uwsgi_rb_mmh()
1182 VALUE uwsgi_rb_embedded = rb_const_get(rb_cObject, rb_intern("UWSGI")); in uwsgi_rack_mule_msg()
[all …]

1234567