Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c257 DEREF(memory, uint64_t) = NUM2ULL(value); in native_slot_set_value_and_case()
Dencode_decode.c1088 upb_sink_putuint64(sink, sel, NUM2ULL(value)); in put_ruby_value()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx888 #ifndef NUM2ULL
890 #define NUM2ULL(x) rb_num2ull((x)) macro
892 #define NUM2ULL(x) NUM2ULONG(x) macro