Searched refs:ByteSizeConsistencyError (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message_lite.cc | 61 void ByteSizeConsistencyError(int byte_size_before_serialization, in ByteSizeConsistencyError() function 252 ByteSizeConsistencyError(size, ByteSize(), end - buffer, *this); in SerializePartialToCodedStream() 264 ByteSizeConsistencyError(size, ByteSize(), in SerializePartialToCodedStream() 303 ByteSizeConsistencyError(byte_size, ByteSize(), end - start, *this); in AppendPartialToString() 329 ByteSizeConsistencyError(byte_size, ByteSize(), end - start, *this); in SerializePartialToArray()
|