HomeSort by relevance Sort by last modified time
    Searched refs:SkipToNextSpecialByte (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/lib/strings/
ordered_code.cc 144 inline const char* SkipToNextSpecialByte(const char* start, const char* limit) {
155 // Expose SkipToNextSpecialByte for testing purposes
158 return SkipToNextSpecialByte(start, limit);
168 p = SkipToNextSpecialByte(p, limit);
224 start = SkipToNextSpecialByte(start, limit);
ordered_code_test.cc 216 TEST(OrderedCode, SkipToNextSpecialByte) {
    [all...]

Completed in 164 milliseconds