Home | History | Annotate | Download | only in src

Lines Matching defs:string

19 #include <string.h>  // memcpy
21 #include <string>
67 typedef std::string string;
79 EXPECT_EQ(string(s, size),
80 string(delta_data() + delta_index_, size));
106 const string& delta_as_const() const { return delta_; }
107 string* delta() { return &delta_; }
113 string delta_;
134 string result_target_;
254 string delta_start, delta_encode, delta_finish;
275 // Test that the crope class can be used in place of a string for encoding
361 // chunk and puts it into a vector of strings. Then decodes each string
364 std::vector<string> encoded_chunks;
365 string this_encoded_chunk;
395 for (std::vector<string>::iterator it = encoded_chunks.begin();
415 string dictionary_copy(kDictionary, sizeof(kDictionary));
423 string delta_before;
439 string delta_after;
474 EXPECT_EQ(string(embedded_null_target,
506 EXPECT_EQ(string(embedded_null_target,
565 // Place the target string at the end of the first page.
600 // Place the target string at the beginning of the second page.
656 string result_target_;
730 // Any block size up to 56 will catch the matching prefix string.
746 // The matching string is 56 characters long, and the block size is
770 // Any block size up to 56 will catch the matching prefix string.
874 string result_target_;