Home | History | Annotate | Download | only in src

Lines Matching defs:string

18 #include <string.h>  // memset, strlen
20 #include <string>
36 typedef std::string string;
249 // Call this function before beginning to iterate through the diff string
269 // diff string using the Expect... functions. It makes sure that the
285 string diff_;
286 OutputString<string> diff_output_string_;
547 // This test case takes a dictionary containing several instances of the string
548 // "weasel", and a target string which is identical to the dictionary
549 // except that all instances of "weasel" have been replaced with the string
559 // dictionary and search string for the "compressible text" test.
651 if (CurrentWeaselPosition() == string::npos) {
652 SetCurrentMoonpiePosition(string::npos);
667 return CurrentMoonpiePosition() == string::npos;
758 string search_dictionary_;
764 // there are not two instances of the string "weasels". Otherwise,