Home
last modified time | relevance | path

Searched refs:uncompressedSentSize (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java1980 long uncompressedSentSize = 0; in checkTracers() local
1987 uncompressedSentSize += msg.getSerializedSize(); in checkTracers()
2001 assertEquals(uncompressedSentSize, tracer.getOutboundUncompressedSize()); in checkTracers()