Home
last modified time | relevance | path

Searched refs:construct_with_args (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/ruby/spec/
Dchannel_spec.rb62 blk = construct_with_args(Object.new => 1)
64 blk = construct_with_args(1 => 1)
69 blk = construct_with_args(symbol: Object.new)
71 blk = construct_with_args('1' => {})
76 blk = construct_with_args(a_symbol: 1)
81 blk = construct_with_args('a_symbol' => 1)
86 blk = construct_with_args(a_symbol: '1')
91 blk = construct_with_args(a_symbol: :another_symbol)
96 blk = construct_with_args(a_symbol: 1)
102 blk = construct_with_args(args)
[all …]
Dserver_spec.rb150 blk = construct_with_args(Object.new => 1)
152 blk = construct_with_args(1 => 1)
157 blk = construct_with_args(symbol: Object.new)
159 blk = construct_with_args('1' => {})
164 blk = construct_with_args(a_symbol: 1)
169 blk = construct_with_args('a_symbol' => 1)
174 blk = construct_with_args(a_symbol: '1')
179 blk = construct_with_args(a_symbol: :another_symbol)
184 blk = construct_with_args(a_symbol: 1)
190 blk = construct_with_args(args)
[all …]