Home
last modified time | relevance | path

Searched refs:rb (Results 1 – 25 of 41) sorted by relevance

12

/thrift-3.4.0/tutorial/rb/
DMakefile.am20 gen-rb/calculator.rb gen-rb/shared_service.rb: $(top_srcdir)/tutorial/tutorial.thrift
21 $(THRIFT) --gen rb -r $<
23 all-local: gen-rb/calculator.rb
26 ${RUBY} RubyServer.rb
29 ${RUBY} RubyClient.rb
35 RubyServer.rb \
36 RubyClient.rb
/thrift-3.4.0/lib/rb/
DRakefile28 task :spec => [:'gen-rb', :build_ext, :realspec]
41 task :'gen-rb' => [:'gen-rb:spec', :'gen-rb:namespaced_spec', :'gen-rb:flat_spec', :'gen-rb:benchma…
42 namespace :'gen-rb' do
45 sh THRIFT, '--gen', 'rb', '-o', dir, "#{dir}/ThriftSpec.thrift"
50 … sh THRIFT, '--gen', 'rb:namespaced', '--recurse', '-o', dir, "#{dir}/ThriftNamespacedSpec.thrift"
51 sh THRIFT, '--gen', 'rb:namespaced', '--recurse', '-o', dir, "#{dir}/BaseService.thrift"
52 sh THRIFT, '--gen', 'rb:namespaced', '--recurse', '-o', dir, "#{dir}/ExtendedService.thrift"
57 FileUtils.mkdir_p("#{dir}/gen-rb/flat")
58 …sh THRIFT, '--gen', 'rb', '--recurse', '-out', "#{dir}/gen-rb/flat", "#{dir}/ThriftNamespacedSpec.…
63 sh THRIFT, '--gen', 'rb', '-o', dir, "#{dir}/Benchmark.thrift"
[all …]
DMakefile.am34 $(RM) -r spec/gen-rb/
43 $(RM) -r $(distdir)/spec/gen-rb/
Dthrift.gemspec13 s.extensions = ['ext/extconf.rb']
26 s.extra_rdoc_files = %w[README.md] + Dir.glob("{ext,lib}/**/*.{c,h,rb}")
/thrift-3.4.0/test/rb/
DMakefile.am21 $(THRIFT) --gen rb ../v0.16/ThriftTest.thrift
22 $(THRIFT) --gen rb ../SmallTest.thrift
23 $(THRIFT) --gen rb ../Recursive.thrift
30 $(BUNDLER) exec $(RUBY) -I. test_suite.rb
34 $(RM) -r gen-rb/
37 $(RM) -r $(distdir)/gen-rb/
/thrift-3.4.0/test/
DMakefile.am63 SUBDIRS += rb subdir
64 PRECROSS_TARGET += precross-rb
139 rb \
DManyTypedefs.thrift25 thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen perl --gen ocaml…
27 ../compiler/cpp/thrift --gen cpp --gen java --gen php --gen phpi --gen py --gen rb --gen xsd --gen …
DSmallTest.thrift21 namespace rb TestNamespace
/thrift-3.4.0/lib/haxe/test/
Dmake_all.sh24 thrift -r -gen haxe ../../../lib/rb/benchmark/Benchmark.thrift
DMakefile.am23 BENCHMARK = $(top_srcdir)/lib/rb/benchmark/Benchmark.thrift
Dmake_all.bat32 thrift -r -gen haxe ..\..\..\lib\rb\benchmark\Benchmark.thrift
/thrift-3.4.0/
D.gitignore257 /lib/rb/Gemfile.lock
258 /lib/rb/debug_proto_test
259 /lib/rb/.config
260 /lib/rb/ext/conftest.dSYM/
261 /lib/rb/ext/mkmf.log
262 /lib/rb/ext/thrift_native.bundle
263 /lib/rb/ext/thrift_native.so
264 /lib/rb/test/
265 /lib/rb/thrift-*.gem
377 /test/rb/Gemfile.lock
D.editorconfig106 # [*.rb]
/thrift-3.4.0/debian/
Drules82 $(MAKE) -C $(CURDIR)/lib/rb
119 cp $(CURDIR)/lib/rb/lib/thrift.rb \
121 cp -r $(CURDIR)/lib/rb/lib/thrift \
Dcopyright77 lib/rb/lib/thrift.rb
/thrift-3.4.0/contrib/
Dthrift.spec168 export RUBYLIB=${PWD}/lib/rb/lib
208 %gem_install -n lib/rb/thrift*.gem
213 export RUBYLIB=${PWD}/lib/rb/lib
/thrift-3.4.0/tutorial/
DMakefile.am50 SUBDIRS += rb subdir
/thrift-3.4.0/lib/
DMakefile.am53 SUBDIRS += rb subdir
/thrift-3.4.0/lib/rb/benchmark/
DBenchmark.thrift20 namespace rb ThriftBenchmark
/thrift-3.4.0/lib/rb/spec/
DBaseService.thrift19 namespace rb Base
DExtendedService.thrift19 namespace rb Extended
DReferenced.thrift39 namespace rb OtherNamespace
DThriftNamespacedSpec.thrift39 namespace rb NamespacedSpecNamespace
/thrift-3.4.0/lib/cpp/test/
DOneWayTest.thrift27 namespace rb Onewaytest
/thrift-3.4.0/lib/perl/
DMakefile.am72 NAME_BENCHMARKSERVICE = @top_srcdir@/lib/rb/benchmark/Benchmark.thrift

12