Home
last modified time | relevance | path

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

12

/dports/devel/grpc/grpc-1.42.0/include/grpc/impl/codegen/
H A Dslice.h49 #define GRPC_SLICE_INLINED_SIZE \ macro
71 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/grpc130/grpc-1.30.2/include/grpc/impl/codegen/
H A Dslice.h47 #define GRPC_SLICE_INLINED_SIZE \ macro
69 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/grpc134/grpc-1.34.1/include/grpc/impl/codegen/
H A Dslice.h47 #define GRPC_SLICE_INLINED_SIZE \ macro
69 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpc/impl/codegen/
H A Dslice.h47 #define GRPC_SLICE_INLINED_SIZE \ macro
69 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/pecl-grpc/grpc-1.42.0/include/grpc/impl/codegen/
H A Dslice.h49 #define GRPC_SLICE_INLINED_SIZE \ macro
71 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/py-grpcio/grpcio-1.43.0/include/grpc/impl/codegen/
H A Dslice.h49 #define GRPC_SLICE_INLINED_SIZE \ macro
71 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpc/impl/codegen/
H A Dslice.h49 #define GRPC_SLICE_INLINED_SIZE \ macro
71 uint8_t bytes[GRPC_SLICE_INLINED_SIZE];
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h103 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
105 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
H A Dproto_utils.h53 if ((size_t)byte_size <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h103 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
105 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
H A Dproto_utils.h53 if ((size_t)byte_size <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h103 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
105 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
H A Dproto_utils.h53 if ((size_t)byte_size <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h105 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
107 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
H A Dproto_utils.h55 if (static_cast<size_t>(byte_size) <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h105 allocate_length > GRPC_SLICE_INLINED_SIZE in Next()
107 : GRPC_SLICE_INLINED_SIZE + 1); in Next()
H A Dproto_utils.h55 if (static_cast<size_t>(byte_size) <= GRPC_SLICE_INLINED_SIZE) { in GenericSerialize()
/dports/devel/grpc/grpc-1.42.0/test/core/end2end/tests/
H A Dretry_send_initial_metadata_refs.cc171 std::string(GRPC_SLICE_INLINED_SIZE + 1, 'x').c_str()); in test_retry_send_initial_metadata_refs()
174 std::string(GRPC_SLICE_INLINED_SIZE + 1, 'y').c_str()); in test_retry_send_initial_metadata_refs()
288 std::string(GRPC_SLICE_INLINED_SIZE + 1, 'x').c_str(), in test_retry_send_initial_metadata_refs()
289 std::string(GRPC_SLICE_INLINED_SIZE + 1, 'y').c_str())); in test_retry_send_initial_metadata_refs()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/slice/
H A Dslice_buffer.cc145 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
147 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
153 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
156 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/slice/
H A Dslice_buffer.cc145 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
147 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
153 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
156 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/slice/
H A Dslice_buffer.cc146 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
148 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
154 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
157 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/slice/
H A Dslice_buffer.cc145 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
147 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
153 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
156 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/slice/
H A Dslice_buffer.cc145 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
147 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
153 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
156 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/slice/
H A Dslice_buffer.cc149 back->data.inlined.length < GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
151 GRPC_SLICE_INLINED_SIZE) { in grpc_slice_buffer_add()
157 size_t cp1 = GRPC_SLICE_INLINED_SIZE - back->data.inlined.length; in grpc_slice_buffer_add()
160 back->data.inlined.length = GRPC_SLICE_INLINED_SIZE; in grpc_slice_buffer_add()
/dports/devel/grpc130/grpc-1.30.2/test/cpp/codegen/
H A Dproto_utils_test.cc164 for (int i = 2; i < static_cast<int> GRPC_SLICE_INLINED_SIZE; i++) { in TEST_F()

12