Searched refs:to_a (Results 1 – 13 of 13) sorted by relevance
/external/antlr/runtime/Ruby/test/unit/ |
D | test-scope.rb | 22 @A.new.to_a.should == [ nil, nil ] 23 @B.new.to_a.should == [ 3 ] 24 @C.new.to_a.should == [ nil, 0, {} ]
|
/external/protobuf/ruby/lib/google/protobuf/ |
D | repeated_field.rb | 116 arr = self.to_a 131 result = self.to_a.send(method_name, *args, &block) 133 new_arr = result.to_a
|
D | well_known_types.rb | 112 self.list_value.to_a 212 def to_a singletonMethod
|
/external/protobuf/ruby/tests/ |
D | repeated_field_test.rb | 197 assert_equal [0,0,0], m.repeated_float.to_a[0..2] 312 arr.to_a 346 reference_arr = m.repeated_string.to_a 440 assert_equal m.repeated_string.to_a.inspect, m.repeated_string.inspect 442 assert_equal m.repeated_string.to_a.inspect, m.repeated_string.inspect 588 assert_equal expected_result.to_a, actual_result.to_a
|
D | common_tests.rb | 230 assert l.to_a == [1, 2, 3, 4]
|
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | repeated_field_test.rb | 183 assert_equal [0,0,0], m.repeated_float.to_a[0..2] 299 arr.to_a 333 reference_arr = m.repeated_string.to_a 418 assert_equal m.repeated_string.to_a.inspect, m.repeated_string.inspect 420 assert_equal m.repeated_string.to_a.inspect, m.repeated_string.inspect 566 assert_equal expected_result.to_a, actual_result.to_a
|
D | basic.rb | 317 assert l.to_a == [1, 2, 3, 4]
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | streams.rb | 399 @data = @string.codepoints.to_a.freeze 794 tokens = @token_source.to_a 820 @token_source.to_a
|
D | debug.rb | 257 @state.rule_invocation_stack.each_slice( 2 ).to_a
|
D | tree.rb | 278 each_ancestor.to_a 1188 def to_a singletonMethod in CommonTreeNodeStream
|
D | recognizers.rb | 1057 self.to_a
|
/external/grpc-grpc/src/ruby/qps/ |
D | histogram.rb | 84 received_bucket = hist.bucket.to_a
|
/external/antlr/runtime/Ruby/lib/antlr3/streams/ |
D | interactive.rb | 43 @data.concat( line.codepoints.to_a )
|