Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c47 rb_hash_aset(upb_def_to_ruby_obj_map, ULL2NUM((intptr_t)def), value); in add_def_obj()
51 return rb_hash_aref(upb_def_to_ruby_obj_map, ULL2NUM((intptr_t)def)); in get_def_obj()
Dstorage.c302 return ULL2NUM(DEREF(memory, uint64_t)); in native_slot_get()
727 case UPB_TYPE_UINT64: return ULL2NUM(upb_fielddef_defaultuint64(field)); in layout_get_default()
Dmap.c489 return ULL2NUM(upb_strtable_count(&self->table)); in Map_length()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx883 #ifndef ULL2NUM
884 #define ULL2NUM(x) UINT2NUM((unsigned long) (x)) macro