Lines Matching full:decode
47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
71 " {encode | delta | decode | patch }[ <options> ]\n"
73 "decode or patch: reconstruct target file from dictionary and delta file";
84 // or decode operation.
86 bool Decode();
444 Decode() {
478 std::cerr << "Error trying to decode data chunk of length "
490 std::cerr << "Decode error; '" << FLAGS_delta
542 std::cerr << "Error trying to decode data chunk of length "
554 std::cerr << "Decode error; '" << FLAGS_delta
616 } else if ((strcmp(command_option, "decode") == 0) ||
619 if (!coder.Decode()) {