Lines Matching full:decode
47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
70 " {encode | delta | decode | patch }[ <options> ]\n"
72 "decode or patch: reconstruct target file from dictionary and delta file";
83 // or decode operation.
85 bool Decode();
440 bool VCDiffFileBasedCoder::Decode() {
474 std::cerr << "Error trying to decode data chunk of length "
486 std::cerr << "Decode error; '" << FLAGS_delta
538 std::cerr << "Error trying to decode data chunk of length "
550 std::cerr << "Decode error; '" << FLAGS_delta
612 } else if ((strcmp(command_option, "decode") == 0) ||
615 if (!coder.Decode()) {