Searched refs:expected_type (Results 1 – 4 of 4) sorted by relevance
96 expected_type: &'static str, in to_unexpected_item_error()100 assert!(v_type != expected_type); in to_unexpected_item_error()102 CoseError::UnexpectedItem(v_type, expected_type) in to_unexpected_item_error()
789 uint8_t expected_type) { in SDP_AttrStringCopy() argument798 if (type == expected_type) { in SDP_AttrStringCopy()806 log::error("unexpected attr type={}, expected={}", type, expected_type); in SDP_AttrStringCopy()
261 bool PairingConnectionCtx::CheckHeaderType(adb::proto::PairingPacket::Type expected_type, in CheckHeaderType() argument263 uint8_t expected = *reinterpret_cast<uint8_t*>(&expected_type); in CheckHeaderType()
421 static V1_3::ErrorStatus CheckTensorType(OperandType tensor_type, OperandType expected_type) { in CheckTensorType() argument422 if (tensor_type != expected_type) { in CheckTensorType()