Searched refs:kInt64 (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/tests/unit/ |
D | test_spinel_decoder.cpp | 59 const int64_t kInt64 = -9197712039090021561LL; in TestDecoder() local 116 …kBool_1, kBool_2, kUint8, kInt8, kUint16, kInt16, kUint32, kInt32, kUint64, kInt64, kUint_1, kUint… in TestDecoder() 172 VerifyOrQuit(i64 == kInt64); in TestDecoder() 235 VerifyOrQuit(i64 == kInt64); in TestDecoder() 253 VerifyOrQuit(i64 == kInt64); in TestDecoder() 272 VerifyOrQuit(i64 == kInt64); in TestDecoder()
|
D | test_spinel_encoder.cpp | 75 const int64_t kInt64 = -9197712039090021561LL; in TestEncoder() local 130 SuccessOrQuit(encoder.WriteInt64(kInt64)); in TestEncoder() 168 VerifyOrQuit(i64 == kInt64); in TestEncoder()
|