Searched refs:kInt32 (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_spinel_encoder.cpp | 73 const int32_t kInt32 = -123455678L; in TestEncoder() local 128 SuccessOrQuit(encoder.WriteInt32(kInt32)); in TestEncoder() 166 VerifyOrQuit(i32 == kInt32); in TestEncoder() 253 SuccessOrQuit(encoder.WriteInt32(kInt32)); in TestEncoder() 272 VerifyOrQuit(i32 == kInt32); in TestEncoder() 352 VerifyOrQuit(i32 == kInt32); in TestEncoder()
|
D | test_spinel_decoder.cpp | 57 const int32_t kInt32 = -123455678L; in TestDecoder() local 116 …kBool_1, kBool_2, kUint8, kInt8, kUint16, kInt16, kUint32, kInt32, kUint64, kInt64, kUint_1, kUint… in TestDecoder() 170 VerifyOrQuit(i32 == kInt32); in TestDecoder() 233 VerifyOrQuit(i32 == kInt32); in TestDecoder() 415 kUint8, kString_1, kBool_1, &kIp6Addr, kUint16, &kEui48, kUint32, kInt32); in TestDecoder() 450 VerifyOrQuit(i32 == kInt32); in TestDecoder() 512 VerifyOrQuit(i32 == kInt32); in TestDecoder() 568 VerifyOrQuit(i32 == kInt32); in TestDecoder()
|