Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc137 inline bool IsSpecialByte(char c) { in IsSpecialByte() function
149 while (p < limit && !IsSpecialByte(*p)) { in SkipToNextSpecialByte()
171 DCHECK(IsSpecialByte(c)); in EncodeStringFragment()
230 DCHECK(IsSpecialByte(c)); in ReadStringInternal()