Searched refs:rb (Results 1 – 25 of 41) sorted by relevance
12
/thrift-3.4.0/tutorial/rb/ |
D | Makefile.am | 20 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/ |
D | Rakefile | 28 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 …]
|
D | Makefile.am | 34 $(RM) -r spec/gen-rb/ 43 $(RM) -r $(distdir)/spec/gen-rb/
|
D | thrift.gemspec | 13 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/ |
D | Makefile.am | 21 $(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/ |
D | Makefile.am | 63 SUBDIRS += rb subdir 64 PRECROSS_TARGET += precross-rb 139 rb \
|
D | ManyTypedefs.thrift | 25 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 …
|
D | SmallTest.thrift | 21 namespace rb TestNamespace
|
/thrift-3.4.0/lib/haxe/test/ |
D | make_all.sh | 24 thrift -r -gen haxe ../../../lib/rb/benchmark/Benchmark.thrift
|
D | Makefile.am | 23 BENCHMARK = $(top_srcdir)/lib/rb/benchmark/Benchmark.thrift
|
D | make_all.bat | 32 thrift -r -gen haxe ..\..\..\lib\rb\benchmark\Benchmark.thrift
|
/thrift-3.4.0/ |
D | .gitignore | 257 /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 | .editorconfig | 106 # [*.rb]
|
/thrift-3.4.0/debian/ |
D | rules | 82 $(MAKE) -C $(CURDIR)/lib/rb 119 cp $(CURDIR)/lib/rb/lib/thrift.rb \ 121 cp -r $(CURDIR)/lib/rb/lib/thrift \
|
D | copyright | 77 lib/rb/lib/thrift.rb
|
/thrift-3.4.0/contrib/ |
D | thrift.spec | 168 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/ |
D | Makefile.am | 50 SUBDIRS += rb subdir
|
/thrift-3.4.0/lib/ |
D | Makefile.am | 53 SUBDIRS += rb subdir
|
/thrift-3.4.0/lib/rb/benchmark/ |
D | Benchmark.thrift | 20 namespace rb ThriftBenchmark
|
/thrift-3.4.0/lib/rb/spec/ |
D | BaseService.thrift | 19 namespace rb Base
|
D | ExtendedService.thrift | 19 namespace rb Extended
|
D | Referenced.thrift | 39 namespace rb OtherNamespace
|
D | ThriftNamespacedSpec.thrift | 39 namespace rb NamespacedSpecNamespace
|
/thrift-3.4.0/lib/cpp/test/ |
D | OneWayTest.thrift | 27 namespace rb Onewaytest
|
/thrift-3.4.0/lib/perl/ |
D | Makefile.am | 72 NAME_BENCHMARKSERVICE = @top_srcdir@/lib/rb/benchmark/Benchmark.thrift
|
12