Home | History | Annotate | Download | only in ruby

Lines Matching refs:key_type

148     VALUE __delete__(const key_type& key) {
159 bool has_key(const key_type& key) const {
192 const Map::key_type& key = i->first;
195 k = swig::from<Map::key_type>(key);
213 VALUE k = swig::from<Map::key_type>(i->first);
309 rb_ary_push( ary, swig::from<std::pair<Map::key_type,
315 bool __contains__(const key_type& key) {
337 VALUE __getitem__(const key_type& key) const {
345 void __setitem__(const key_type& key, const mapped_type& x) throw (std::out_of_range) {
361 tmp = swig::from< Map::key_type >( i->first );
382 tmp = swig::from< std::pair<Map::key_type,
398 tmp = swig::from< std::pair<Map::key_type,