Searched refs:doc_start_location (Results 1 – 1 of 1) sorted by relevance
150 const auto doc_start_location = file_contents.find(kDocStart, start_location); in RemoveDoc() local155 if (doc_start_location == string::npos) { in RemoveDoc()160 const auto doc_end_location = file_contents.find(kDocEnd, doc_start_location); in RemoveDoc()169 doc_start_location + doc_start_size, in RemoveDoc()170 doc_end_location - doc_start_location - doc_start_size); in RemoveDoc()180 auto before_doc = file_contents.substr(0, doc_start_location); in RemoveDoc()