Searched refs:thrift_module (Results 1 – 6 of 6) sorted by relevance
/thrift-3.4.0/lib/rb/ext/ |
D | thrift_native.c | 29 VALUE thrift_module; variable 114 thrift_module = rb_const_get(rb_cObject, rb_intern("Thrift")); in Init_thrift_native() 115 rb_global_variable(&thrift_module); in Init_thrift_native() 117 thrift_bytes_module = rb_const_get(thrift_module, rb_intern("Bytes")); in Init_thrift_native() 120 thrift_types_module = rb_const_get(thrift_module, rb_intern("Types")); in Init_thrift_native() 126 protocol_exception_class = rb_const_get(thrift_module, rb_intern("ProtocolException")); in Init_thrift_native()
|
D | constants.h | 95 extern VALUE thrift_module;
|
D | memory_buffer.c | 122 …VALUE thrift_memory_buffer_class = rb_const_get(thrift_module, rb_intern("MemoryBufferTransport")); in Init_memory_buffer()
|
D | binary_protocol_accelerated.c | 404 VALUE thrift_binary_protocol_class = rb_const_get(thrift_module, rb_intern("BinaryProtocol")); in Init_binary_protocol_accelerated() 410 …VALUE bpa_class = rb_define_class_under(thrift_module, "BinaryProtocolAccelerated", thrift_binary_… in Init_binary_protocol_accelerated()
|
D | struct.c | 695 VALUE struct_module = rb_const_get(thrift_module, rb_intern("Struct")); in Init_struct() 700 thrift_union_class = rb_const_get(thrift_module, rb_intern("Union")); in Init_struct()
|
D | compact_protocol.c | 569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()
|