Home
last modified time | relevance | path

Searched refs:T_NULL (Results 1 – 13 of 13) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt170 T_NULL -> "Null" in typeToString()
206 internal fun nullReference() = Reference(emptyBuffer, 1, ByteWidth(0), T_NULL.value)
222 internal val T_NULL = FlexBufferType(0) constant
DFlexBuffers.kt56 public val isNull: Boolean get() = type == T_NULL
250 T_NULL -> 0.0f in pos()
270 T_NULL -> 0.0 in toDouble()
DJSON.kt56 T_NULL -> out.put("null") in toJson()
150 TOK_NULL -> T_NULL.also { output.putNull(key) } in parseValue()
DFlexBuffersBuilder.kt78 run { stack.add(Value(T_NULL, putKey(key), W_8, 0UL)) } in putNull()
507 T_NULL, T_BOOL, T_INT, T_UINT -> writeInt(toWrite.iValue, byteWidth) in writeAny()
/third_party/node/deps/cares/include/
Dares_nameser.h338 #ifndef T_NULL
339 # define T_NULL 10 /* ns_t_null */ macro
/third_party/gn/src/base/json/
Djson_parser.h77 T_NULL, // null enumerator
Djson_parser.cc235 return T_NULL; in GetNextToken()
318 case T_NULL: in ParseToken()
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h405 #define T_NULL ns_t_null macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h405 #define T_NULL ns_t_null macro
/third_party/musl/include/arpa/
Dnameser.h405 #define T_NULL ns_t_null macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h405 #define T_NULL ns_t_null macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h405 #define T_NULL ns_t_null macro
/third_party/node/deps/cares/src/tools/
Dadig.c93 { "NULL", T_NULL },