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/ |
D | FlexBuffersInternals.kt | 170 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
|
D | FlexBuffers.kt | 56 public val isNull: Boolean get() = type == T_NULL 250 T_NULL -> 0.0f in pos() 270 T_NULL -> 0.0 in toDouble()
|
D | JSON.kt | 56 T_NULL -> out.put("null") in toJson() 150 TOK_NULL -> T_NULL.also { output.putNull(key) } in parseValue()
|
D | FlexBuffersBuilder.kt | 78 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/ |
D | ares_nameser.h | 338 #ifndef T_NULL 339 # define T_NULL 10 /* ns_t_null */ macro
|
/third_party/gn/src/base/json/ |
D | json_parser.h | 77 T_NULL, // null enumerator
|
D | json_parser.cc | 235 return T_NULL; in GetNextToken() 318 case T_NULL: in ParseToken()
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 405 #define T_NULL ns_t_null macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 405 #define T_NULL ns_t_null macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 405 #define T_NULL ns_t_null macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 405 #define T_NULL ns_t_null macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 405 #define T_NULL ns_t_null macro
|
/third_party/node/deps/cares/src/tools/ |
D | adig.c | 93 { "NULL", T_NULL },
|