Home | History | Annotate | Download | only in ruby

Lines Matching refs:swig

6   namespace swig {
14 return swig::from(v.first);
25 return swig::from(v.second);
81 namespace swig {
103 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
117 swig_type_info *desc = swig::type_info<map_type>();
131 VALUE key = swig::from(i->first);
132 VALUE val = swig::from(i->second);
152 return swig::from( key );
177 rb_ary_push( ary, swig::from(i->first) );
195 k = swig::from<Map::key_type>(key);
196 v = swig::from<Map::mapped_type>(val);
213 VALUE k = swig::from<Map::key_type>(i->first);
214 VALUE v = swig::from<Map::mapped_type>(i->second);
231 swig_type_info* type = swig::type_info< Map >();
254 r = swig::from( i->first );
274 rb_ary_push( ary, swig::from(i->second) );
289 r = swig::from( i->second );
309 rb_ary_push( ary, swig::from<std::pair<Map::key_type,
320 swig::ConstIterator* key_iterator(VALUE *RUBY_SELF) {
321 return swig::make_output_key_iterator($self->begin(), $self->begin(),
326 swig::ConstIterator* value_iterator(VALUE *RUBY_SELF) {
327 return swig::make_output_value_iterator($self->begin(), $self->begin(),
340 return swig::from<Map::mapped_type>( i->second );
353 const char *type_name = swig::type_name< Map >();
361 tmp = swig::from< Map::key_type >( i->first );
365 tmp = swig::from< Map::mapped_type >( i->second );
381 // @todo: improve -- this should just be swig::from(*i)
382 tmp = swig::from< std::pair<Map::key_type,
397 // @todo: improve -- this should just be swig::from(*i)
398 tmp = swig::from< std::pair<Map::key_type,