Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h68 #define GRPC_SLICE_INLINED_SIZE \ macro
89 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dproto_buffer_writer.h103 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
105 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
Dproto_utils.h53 if ((size_t)byte_size <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/external/grpc-grpc/src/core/lib/slice/
Dslice_buffer.cc130 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()
/external/grpc-grpc/test/cpp/codegen/
Dproto_utils_test.cc140 for (int i = 2; i < static_cast<int> GRPC_SLICE_INLINED_SIZE; i++) { in TEST()
/external/grpc-grpc/test/core/slice/
Dslice_test.cc49 if (length > GRPC_SLICE_INLINED_SIZE) { in test_slice_malloc_returns_something_sensible()