Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Ddart_native_api.h37 Dart_CObject_kNull = 0, enumerator
Dejdb2_dart.c137 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_str()
152 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_int()
165 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_bool()
178 } else if (nulls && (co->type == Dart_CObject_kNull)) { in cobject_double()
453 rv3.type = Dart_CObject_kNull; in ejd_exec_visitor()
466 Dart_CObject result = { .type = Dart_CObject_kNull }; in ejd_exec_port_handler()
508 rv2.type = Dart_CObject_kNull; in ejd_exec_port_handler()
513 rv3.type = Dart_CObject_kNull; in ejd_exec_port_handler()