Home
last modified time | relevance | path

Searched refs:doc_end_location (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.cc160 const auto doc_end_location = file_contents.find(kDocEnd, doc_start_location); in RemoveDoc() local
161 if (doc_end_location == string::npos) { in RemoveDoc()
170 doc_end_location - doc_start_location - doc_start_size); in RemoveDoc()
183 file_contents.substr(doc_end_location + sizeof(kDocEnd) - 1); in RemoveDoc()