Functions
call_test_only.h File Reference
#include <grpc/support/port_platform.h>
#include <stdint.h>
#include <grpc/impl/codegen/compression_types.h>
#include <grpc/impl/codegen/grpc_types.h>
Include dependency graph for call_test_only.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm (grpc_call *call)
 
uint32_t grpc_call_test_only_get_encodings_accepted_by_peer (grpc_call *call)
 
uint32_t grpc_call_test_only_get_message_flags (grpc_call *call)
 

Function Documentation

◆ grpc_call_test_only_get_compression_algorithm()

grpc_compression_algorithm grpc_call_test_only_get_compression_algorithm ( grpc_call call)

Return the message compression algorithm from call.

Warning
This function should only be used in test code.

Definition at line 1810 of file call.cc.

◆ grpc_call_test_only_get_encodings_accepted_by_peer()

uint32_t grpc_call_test_only_get_encodings_accepted_by_peer ( grpc_call call)

Returns a bitset for the encodings (compression algorithms) supported by call's peer.

To be indexed by grpc_compression_algorithm enum values.

Definition at line 1819 of file call.cc.

◆ grpc_call_test_only_get_message_flags()

uint32_t grpc_call_test_only_get_message_flags ( grpc_call call)

Return the message flags from call.

Warning
This function should only be used in test code.

Definition at line 1815 of file call.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:05