Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c298 return LL2NUM(DEREF(memory, int64_t)); in native_slot_get()
725 case UPB_TYPE_INT64: return LL2NUM(upb_fielddef_defaultint64(field));; in layout_get_default()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx880 #ifndef LL2NUM
881 #define LL2NUM(x) INT2NUM((long) (x)) macro
1181 # define SWIG2NUM(v) LL2NUM((unsigned long long)v)