Searched refs:ByteSizeConsistencyError (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | message_lite.cc | 63 void ByteSizeConsistencyError(int byte_size_before_serialization, in ByteSizeConsistencyError() function 253 ByteSizeConsistencyError(size, ByteSize(), end - buffer, *this); in SerializePartialToCodedStream() 265 ByteSizeConsistencyError(size, ByteSize(), in SerializePartialToCodedStream() 304 ByteSizeConsistencyError(byte_size, ByteSize(), end - start, *this); in AppendPartialToString() 330 ByteSizeConsistencyError(byte_size, ByteSize(), end - start, *this); in SerializePartialToArray()
|