Home
last modified time | relevance | path

Searched refs:key_ttype (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/rb/ext/
Dstruct.c468 int key_ttype = FIX2INT(rb_ary_entry(map_header, 0)); in read_anything() local
480 …if (num_entries == 0 || (specified_key_type == key_ttype && specified_value_type == value_ttype)) { in read_anything()
486 key = read_anything(protocol, key_ttype, key_info); in read_anything()
492 skip_map_contents(protocol, INT2FIX(key_ttype), INT2FIX(value_ttype), num_entries); in read_anything()
495 skip_map_contents(protocol, INT2FIX(key_ttype), INT2FIX(value_ttype), num_entries); in read_anything()