Home
last modified time | relevance | path

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

/third_party/grpc/include/grpc/impl/codegen/
Dport_platform.h578 #ifndef GPR_ATTRIBUTE_NOINLINE
580 #define GPR_ATTRIBUTE_NOINLINE __attribute__((noinline)) macro
583 #define GPR_ATTRIBUTE_NOINLINE macro
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc405 static void GPR_ATTRIBUTE_NOINLINE on_initial_header_log( in on_initial_header_log()
416 static grpc_error* GPR_ATTRIBUTE_NOINLINE handle_timeout(grpc_chttp2_stream* s, in handle_timeout()
446 static grpc_error* GPR_ATTRIBUTE_NOINLINE handle_metadata_size_limit_exceeded( in handle_metadata_size_limit_exceeded()
466 static grpc_error* GPR_ATTRIBUTE_NOINLINE
Dhpack_parser.cc630 static void GPR_ATTRIBUTE_NOINLINE on_hdr_log(grpc_mdelem md) { in on_hdr_log()
765 static grpc_error* GPR_ATTRIBUTE_NOINLINE
Dhpack_encoder.cc608 static void GPR_ATTRIBUTE_NOINLINE hpack_enc_log(grpc_mdelem elem) { in hpack_enc_log()
/third_party/grpc/src/core/lib/surface/
Dcall.cc1381 static void GPR_ATTRIBUTE_NOINLINE
1392 static void GPR_ATTRIBUTE_NOINLINE
1402 static void GPR_ATTRIBUTE_NOINLINE handle_invalid_compression( in handle_invalid_compression()
1410 static void GPR_ATTRIBUTE_NOINLINE handle_compression_algorithm_disabled( in handle_compression_algorithm_disabled()
1420 static void GPR_ATTRIBUTE_NOINLINE handle_compression_algorithm_not_accepted( in handle_compression_algorithm_not_accepted()
/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.cc102 static grpc_error* GPR_ATTRIBUTE_NOINLINE error_with_md(grpc_mdelem md) { in error_with_md()
/third_party/grpc/src/core/lib/slice/
Dslice_buffer.cc39 static void GPR_ATTRIBUTE_NOINLINE do_embiggen(grpc_slice_buffer* sb, in do_embiggen()