Lines Matching defs:string
18 #include <string.h> // memset, strlen
20 #include <string>
37 typedef std::string string;
254 // Call this function before beginning to iterate through the diff string
274 // diff string using the Expect... functions. It makes sure that the
304 string diff_;
305 OutputString<string> diff_output_string_;
570 // This test case takes a dictionary containing several instances of the string
571 // "weasel", and a target string which is identical to the dictionary
572 // except that all instances of "weasel" have been replaced with the string
582 // dictionary and search string for the "compressible text" test.
675 if (CurrentWeaselPosition() == string::npos) {
676 SetCurrentMoonpiePosition(string::npos);
691 return CurrentMoonpiePosition() == string::npos;
782 string search_dictionary_;
788 // there are not two instances of the string "weasels". Otherwise,