Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c251 DEREF(memory, int64_t) = NUM2LL(value); in native_slot_set_value_and_case()
Dencode_decode.c1082 upb_sink_putint64(sink, sel, NUM2LL(value)); in put_ruby_value()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx877 #ifndef NUM2LL
878 #define NUM2LL(x) NUM2LONG((x)) macro
1182 # define NUM2SWIG(x) (unsigned long long)NUM2LL(x)