Home | History | Annotate | Download | only in src

Lines Matching defs:string

19 #include <string.h>  // memcpy
21 #include <string>
70 typedef std::string string;
82 EXPECT_EQ(s, string(delta_data() + delta_index_, size));
108 const string& delta_as_const() const { return delta_; }
109 string* delta() { return &delta_; }
115 string delta_;
140 string result_target_;
287 string delta_start, delta_encode, delta_finish;
308 // Test that the crope class can be used in place of a string for encoding
426 // chunk and puts it into a vector of strings. Then decodes each string
429 std::vector<string> encoded_chunks;
430 string this_encoded_chunk;
460 for (std::vector<string>::iterator it = encoded_chunks.begin();
480 string dictionary_copy(kDictionary, sizeof(kDictionary));
488 string delta_before;
504 string delta_after;
539 EXPECT_EQ(string(embedded_null_target,
571 EXPECT_EQ(string(embedded_null_target,
630 // Place the target string at the end of the first page.
665 // Place the target string at the beginning of the second page.
699 string result_target_;
773 // Any block size up to 56 will catch the matching prefix string.
789 // The matching string is 56 characters long, and the block size is
895 string result_target_;