incompleteStateFor 176 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return incompleteStateFor(byte1, byte2); incompleteStateFor 197 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return incompleteStateFor(byte1, byte2); incompleteStateFor 205 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return incompleteStateFor(byte1, byte2, byte3); incompleteStateFor 289 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return incompleteStateFor(bytes, index, limit); incompleteStateFor 304 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java return incompleteStateFor(bytes, index, limit); incompleteStateFor 343 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java case 0: return incompleteStateFor(byte1); incompleteStateFor 344 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java case 1: return incompleteStateFor(byte1, bytes[index]); incompleteStateFor 345 third_party/protobuf/java/src/main/java/com/google/protobuf/Utf8.java case 2: return incompleteStateFor(byte1, bytes[index], bytes[index + 1]);