Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c129 (co_)->value.as_int64 = (rc_); \
151 return co->value.as_int64; in cobject_int()
445 rv1.value.as_int64 = doc->id; in ejd_exec_visitor()
467 if ((msg->type != Dart_CObject_kInt64) || !msg->value.as_int64) { in ejd_exec_port_handler()
471 QCTX qctx = (void*) msg->value.as_int64; in ejd_exec_port_handler()
507 rv1.value.as_int64 = ux.cnt; in ejd_exec_port_handler()
597 msg.value.as_int64 = (int64_t) qctx; in ejd_exec()
1018 rv1.value.as_int64 = (intptr_t) dbh; in ejd_open_wrapped()
1137 rv1.value.as_int64 = id; in ejd_put_wrapped()
1335 rv1.value.as_int64 = ts; in ejd_bkp_wrapped()
Ddart_native_api.h57 int64_t as_int64; member
Ddart_api.h2841 int64_t as_int64; member