Home
last modified time | relevance | path

Searched defs:msgSerializedSize (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DMicroTest.java94 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageMicro() local
133 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageMicro() local
170 int msgSerializedSize = msg.getSerializedSize(); in testMicroRequiredInt32() local
197 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalInt32() local
223 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalInt64() local
249 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalUint32() local
275 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalUint64() local
301 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalSint32() local
327 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalSint64() local
353 int msgSerializedSize = msg.getSerializedSize(); in testMicroOptionalFixed32() local
[all …]
DNanoTest.java105 int msgSerializedSize = msg.getSerializedSize(); in testSimpleMessageNano() local
144 int msgSerializedSize = msg.getSerializedSize(); in testRecursiveMessageNano() local
174 int msgSerializedSize = msg.getSerializedSize(); in testNanoRequiredInt32() local
194 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt32() local
215 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalInt64() local
236 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint32() local
257 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalUint64() local
278 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint32() local
299 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalSint64() local
320 int msgSerializedSize = msg.getSerializedSize(); in testNanoOptionalFixed32() local
[all …]