Searched refs:unused_ok (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 110 bool unused_ok; // The Counting pass would have failed if this were corrupt. variable 111 buf = ReadVarint32FromArray(buf, &unused_ok, &temp); 120 bool unused_ok; // The Counting pass would have failed if this were corrupt. variable 121 buf = ReadVarint32FromArray(buf, &unused_ok, &temp); 130 bool unused_ok; // The Counting pass would have failed if this were corrupt. variable 131 buf = ReadVarint64FromArray(buf, &unused_ok, &temp); 140 bool unused_ok; // The Counting pass would have failed if this were corrupt. variable 141 buf = ReadVarint32FromArray(buf, &unused_ok, &temp); 149 bool unused_ok; // The Counting pass would have failed if this were corrupt. variable 150 return ReadVarint32FromArray(buf, &unused_ok, value); [all …]
|