Searched defs:MAX_MESSAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
58 private static final int MAX_MESSAGE_SIZE = 100; field in OkHttpClientStreamTest
56 private static final int MAX_MESSAGE_SIZE = 100; field in AbstractServerStreamTest
122 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000) macro
150 public static final int MAX_MESSAGE_SIZE = 16 * 1024 * 1024; field in AbstractInteropTest