Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/spec/
H A Dchannel_spec.rb40 blk = construct_with_args(Object.new => 1)
42 blk = construct_with_args(1 => 1)
47 blk = construct_with_args(symbol: Object.new)
49 blk = construct_with_args('1' => {})
54 blk = construct_with_args(a_symbol: 1)
59 blk = construct_with_args('a_symbol' => 1)
64 blk = construct_with_args(a_symbol: '1')
69 blk = construct_with_args(a_symbol: :another_symbol)
74 blk = construct_with_args(a_symbol: 1)
80 blk = construct_with_args(args)
[all …]
H A Dserver_spec.rb172 blk = construct_with_args(Object.new => 1)
174 blk = construct_with_args(1 => 1)
179 blk = construct_with_args(symbol: Object.new)
181 blk = construct_with_args('1' => {})
186 blk = construct_with_args(a_symbol: 1)
191 blk = construct_with_args('a_symbol' => 1)
196 blk = construct_with_args(a_symbol: '1')
201 blk = construct_with_args(a_symbol: :another_symbol)
206 blk = construct_with_args(a_symbol: 1)
212 blk = construct_with_args(args)
[all …]