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

  /external/grpc-grpc/src/ruby/qps/
qps-common.rb 52 return enum_for(:each_item) unless block_given?
70 return enum_for(:each_item) unless block_given?
  /external/grpc-grpc/examples/ruby/route_guide/
route_guide_client.rb 82 return enum_for(:each) unless block_given?
139 return enum_for(:each_item) unless block_given?
route_guide_server.rb 76 return enum_for(:each) unless block_given?
141 return enum_for(:each_item) unless block_given?
  /external/grpc-grpc/src/ruby/bin/
math_server.rb 56 return enum_for(:generator) unless block_given?
84 return enum_for(:each_item) unless block_given?
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
active_call.rb 291 return enum_for(:each_remote_read) unless block_given?
324 return enum_for(:each_remote_read_then_finish) unless block_given?
462 replies = enum_for(:each_remote_read_then_finish)
bidi_call.rb 188 return enum_for(:read_loop,
  /external/antlr/runtime/Ruby/lib/antlr3/
streams.rb 888 block_given? or return enum_for( :hold, pos )
    [all...]
tree.rb 268 block_given? or return( enum_for( :each_ancestor ) )
282 block_given? or return( enum_for( :walk ) )
418 block_given? or return( enum_for( :walk ) )
728 block_given? or return enum_for( :each_child, tree )
736 block_given? or return enum_for( :each_ancestor, tree, include_tree )
918 block_given? or return enum_for( :each_child, tree )
1181 block_given? or return enum_for( :each )
    [all...]
recognizers.rb 348 block_given? or return enum_for( __method__ )
    [all...]
token.rb 320 block_given? or return enum_for( :each )
  /external/grpc-grpc/src/ruby/pb/test/
server.rb 147 return enum_for(:each_item) unless block_given?
client.rb 190 return enum_for(:each_item) unless block_given?
224 return enum_for(:each_item) unless block_given?
  /external/antlr/runtime/Ruby/lib/antlr3/tree/
wizard.rb 372 block_given? or return enum_for( :visit, tree, what )

Completed in 7411 milliseconds