Home
last modified time | relevance | path

Searched refs:thrift_module (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/rb/ext/
Dthrift_native.c29 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()
Dconstants.h95 extern VALUE thrift_module;
Dmemory_buffer.c122 …VALUE thrift_memory_buffer_class = rb_const_get(thrift_module, rb_intern("MemoryBufferTransport")); in Init_memory_buffer()
Dbinary_protocol_accelerated.c404 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()
Dstruct.c695 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()
Dcompact_protocol.c569 thrift_compact_protocol_class = rb_const_get(thrift_module, rb_intern("CompactProtocol")); in Init_constants()