Searched refs:VCD_ERROR (Results 1 – 8 of 8) sorted by relevance
96 VCD_ERROR << "Expected " << variable_description in ParseInt32()123 VCD_ERROR << "Expected " << variable_description in ParseUInt32()132 VCD_ERROR << "Value of " << variable_description << "(" << parsed_value in ParseUInt32()176 VCD_ERROR << "Source segment length (" << *source_segment_length in ParseSourceSegmentLengthAndPosition()187 VCD_ERROR << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition()196 VCD_ERROR << "Source segment end position (" << source_segment_end in ParseSourceSegmentLengthAndPosition()226 VCD_ERROR << "Delta file contains VCD_TARGET flag, which is not " in ParseWinIndicatorAndSourceSegment()237 VCD_ERROR << "Win_Indicator must not have both VCD_SOURCE" in ParseWinIndicatorAndSourceSegment()278 VCD_ERROR << "Secondary compression of delta file sections " in ParseDeltaIndicator()314 VCD_ERROR << "The length of the delta encoding does not match " in ParseSectionLengths()
79 VCD_ERROR << "Near cache size " << near_cache_size_ << " is invalid" in Init()84 VCD_ERROR << "Same cache size " << same_cache_size_ << " is invalid" in Init()89 VCD_ERROR << "Using near cache size " << near_cache_size_ in Init()226 VCD_ERROR << "Decoded address " << decoded_address << " is invalid" in IsDecodedAddressValid()230 VCD_ERROR << "Decoded address (" << decoded_address in IsDecodedAddressValid()301 VCD_ERROR << "Found invalid variable-length integer " in DecodeAddress()
373 VCD_ERROR << "Specified maximum target window size " in SetMaximumTargetWindowSize()694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL; in ReadDeltaFileHeader()715 VCD_ERROR << "Did not find VCDIFF header bytes; " in ReadDeltaFileHeader()723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL; in ReadDeltaFileHeader()911 VCD_ERROR << "FinishDecoding() called before parsing entire" in FinishDecoding()923 VCD_ERROR << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits()939 VCD_ERROR << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits()950 VCD_ERROR << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits()1018 VCD_ERROR << "The end of the instructions section " in SetUpWindowSections()1163 VCD_ERROR << "Unable to decode address for COPY" << VCD_ENDL; in DecodeCopy()[all …]
41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL; in VCDiffInstructionName()198 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid " in ValidateOpcode()204 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid " in ValidateOpcode()212 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has " in ValidateOpcode()219 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode in ValidateOpcode()262 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst " in Validate()265 VCD_ERROR << "VCDiff: Bad code table; there is no opcode for inst " in Validate()
37 #define VCD_ERROR std::cerr << "ERROR: " macro42 #define VCD_DFATAL VCD_ERROR
126 VCD_ERROR << "EncodeChunk called before StartEncoding" << VCD_ENDL; in EncodeChunk()139 VCD_ERROR << "FinishEncoding called before StartEncoding" << VCD_ENDL; in FinishEncoding()180 VCD_ERROR << "Error initializing HashedDictionary" << VCD_ENDL; in EncodeToInterface()
53 VCD_ERROR << "Internal error: GetNextInstruction() called before Init()" in GetNextInstruction()98 VCD_ERROR << "Instruction size is not a valid variable-length integer" in GetNextInstruction()
48 * Rename the log macros: for example, LOG(ERROR) is now VCD_ERROR.