Searched refs:IsAllReadInStruct (Results 1 – 7 of 7) sorted by relevance
365 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()370 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()376 VerifyOrQuit(decoder.IsAllReadInStruct() == true); in TestDecoder()388 VerifyOrQuit(decoder.IsAllReadInStruct() == false); in TestDecoder()393 VerifyOrQuit(decoder.IsAllReadInStruct() == true); in TestDecoder()
1420 while (!mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1431 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1443 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1455 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1470 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1486 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1501 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1517 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1527 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()1537 if (!aAllowEmptyValues || !mDecoder.IsAllReadInStruct()) in DecodeOperationalDataset()[all …]
580 if (!mDecoder.IsAllReadInStruct()) in HandlePropertySet()
1417 while (!mDecoder.IsAllReadInStruct()) in HandlePropertySet()
1751 while (!mDecoder.IsAllReadInStruct()) in DecodeChannelMask()
150 while (!aDecoder.IsAllReadInStruct()) in DecodeDnssdService()180 if (!aDecoder.IsAllReadInStruct()) in DecodeDnssdKey()
504 bool IsAllReadInStruct(void) const { return (mIndex == mEnd); } in IsAllReadInStruct() function in ot::Spinel::Decoder