Searched refs:GRPC_SLICE_INLINED_SIZE (Results 1 – 6 of 6) sorted by relevance
68 #define GRPC_SLICE_INLINED_SIZE \ macro89 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
103 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()105 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
53 if ((size_t)byte_size <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
130 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()132 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()138 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()141 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
140 for (int i = 2; i < static_cast<int> GRPC_SLICE_INLINED_SIZE; i++) { in TEST()
49 if (length > GRPC_SLICE_INLINED_SIZE) { in test_slice_malloc_returns_something_sensible()