Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.cc60 bool ConsumeQuotedString(char quote_ch, StringPiece* sp, StringPiece* out) { in ConsumeQuotedString() argument
61 const string quote_str(1, quote_ch); in ConsumeQuotedString()
65 .ScanEscapedUntil(quote_ch) in ConsumeQuotedString()