HomeSort by relevance Sort by last modified time
    Searched refs:construct_with_args (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/ruby/spec/
channel_spec.rb 62 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
116 def construct_with_args(a) method
126 def construct_with_args(a) method
    [all...]
server_spec.rb 150 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
196 def construct_with_args(a) method
    [all...]

Completed in 220 milliseconds