Searched refs:kDocEnd (Results 1 – 1 of 1) sorted by relevance
38 constexpr char kDocEnd[] = ")doc\")"; variable154 op.name().c_str(), kDocStart, kDocEnd); in RemoveDoc()160 const auto doc_end_location = file_contents.find(kDocEnd, doc_start_location); in RemoveDoc()183 file_contents.substr(doc_end_location + sizeof(kDocEnd) - 1); in RemoveDoc()