Searched refs:output_string (Results 1 - 10 of 10) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcencoder.h21 #include "google/output_string.h"
145 // string output_string;
147 // if (!v.StartEncoding(&output_string)) {
151 // Process(output_string.data(), output_string.size());
152 // output_string.clear();
154 // if (!v.EncodeChunk(data_buf, data_len, &output_string)) {
158 // // The encoding is appended to output_string at each call,
159 // // so clear output_string once its contents have been processed.
160 // Process(output_string
[all...]
H A Dvcdecoder.h21 #include "google/output_string.h"
38 // if (!v.DecodeChunk(data, len, &output_string)) {
42 // process(output_string); // might have no new data, though
68 // they are appended to output_string.
73 // Note: we *append*, so the old contents of output_string stick around.
77 // output_string is guaranteed to be resized no more than once for each
83 OutputString<OutputType> output_string(output);
84 return DecodeChunkToInterface(data, len, &output_string);
88 OutputStringInterface* output_string);
161 OutputString<OutputType> output_string(targe
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dname_value_pairs_parser.cc70 std::string output_string; local
73 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) {
77 TrimWhitespaceASCII(output_string, TRIM_ALL, &output_string);
78 AddNameValuePair(key, output_string);
88 std::string output_string; local
91 if (argc < 1 || !base::GetAppOutput(command_line, &output_string)) {
95 if (!ParseNameValuePairs(output_string, eq, delim)) {
/external/chromium/sdch/open-vcdiff/src/
H A Dencodetable_test.cc27 #include "google/output_string.h"
45 output_string(&out),
159 OutputString<string> output_string; member in class:open_vcdiff::__anon2692::CodeTableWriterTest
197 standard_writer.Output(&output_string);
203 standard_writer.Output(&output_string);
210 interleaved_writer.Output(&output_string);
215 exercise_writer.Output(&output_string);
224 standard_writer.Output(&output_string);
243 exercise_writer.Output(&output_string);
262 standard_writer.Output(&output_string);
[all...]
H A Dvarint_bigendian.h110 // Appends the varint representation of "value" to output_string.
113 OutputStringInterface* output_string);
H A Dvarint_bigendian.cc22 #include "google/output_string.h"
102 OutputStringInterface* output_string) {
105 output_string->append(&varint_buf[kMaxBytes - length], length);
100 AppendToOutputString( SignedIntegerType value, OutputStringInterface* output_string) argument
H A Dvcdecoder.cc43 #include "google/output_string.h"
346 OutputStringInterface* output_string);
791 OutputString<string> output_string(&custom_code_table_string_);
794 &output_string)) {
834 OutputStringInterface* output_string) {
840 // output_string to match the expected length. The interface guarantees
841 // not to resize the output_string more than once per target window
843 output_string->ReserveAdditionalBytes(bytes_decoded_this_chunk
846 output_string->append(
862 OutputStringInterface* output_string) {
833 AppendNewOutputText(size_t target_bytes_remaining, OutputStringInterface* output_string) argument
859 DecodeChunk( const char* data, size_t len, OutputStringInterface* output_string) argument
1376 DecodeChunkToInterface( const char* data, size_t len, OutputStringInterface* output_string) argument
[all...]
/external/chromium/googleurl/src/
H A Durl_util_unittest.cc127 std::string output_string; local
128 url_canon::StdStringCanonOutput output(&output_string);
135 return output_string;
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml58 output_string oc "not a bitcode file\n";
/external/chromium/sdch/open-vcdiff/
H A DMakefile.am25 src/google/output_string.h
93 libvcdcom_la_SOURCES = src/google/output_string.h \

Completed in 127 milliseconds