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

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyapi.swg 17 rb_ary_push(target, o2);
19 rb_ary_push(target, o);
std_multimap.i 74 rb_ary_push( ary, oldval );
77 rb_ary_push( ary, val );
100 rb_ary_push( ary, swig::from<MultiMap::mapped_type>( i->second ) );
135 rb_ary_push( vals, tmp );
162 rb_ary_push( ary, tmp );
169 rb_ary_push( vals, tmp );
174 rb_ary_push( ary, tmp );
178 rb_ary_push( ary, vals );
203 rb_ary_push( vals, tmp );
std_map.i 177 rb_ary_push( ary, swig::from(i->first) );
237 rb_ary_push( r, tmp );
274 rb_ary_push( ary, swig::from(i->second) );
309 rb_ary_push( ary, swig::from<std::pair<Map::key_type,
384 rb_ary_push( ary, tmp );
std_set.i 192 rb_ary_push($result, SWIG_NewPointerObj(swig::make_set_nonconst_iterator(%static_cast($1,$type &).first),
194 rb_ary_push($result, SWIG_From(bool)(%static_cast($1,const $type &).second));
std_pair.i 121 rb_ary_push(obj, swig::from<typename swig::noconst_traits<T >::noconst_type>(val.first));
122 rb_ary_push(obj, swig::from(val.second));
rubycontainer.swg 446 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).first),
448 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).second),
458 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).first),
460 rb_ary_push($result, SWIG_NewPointerObj(swig::make_const_iterator(%static_cast($1,const $type &).second),
589 rb_ary_push( ary, tmp );
1082 rb_ary_push(obj, swig::from< value_type >(*it));
  /external/lmfit/ruby/inline/
curve1_rubyinline.rb 74 rb_ary_push(result_pars,DBL2NUM(par[i]));
  /external/protobuf/ruby/ext/google/protobuf_c/
map.c 313 rb_ary_push(ret, key);
340 rb_ary_push(ret, value);
repeated_field.c 73 rb_ary_push(ary, elem);
383 rb_ary_push(ary, elem);
defs.c     [all...]

Completed in 216 milliseconds