Home
last modified time | relevance | path

Searched refs:grpc_compression_algorithm_for_level (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/compression/
Dcompression_test.cc94 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
98 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_LOW, in test_compression_algorithm_for_level()
102 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_MED, in test_compression_algorithm_for_level()
106 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level()
117 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
121 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_LOW, in test_compression_algorithm_for_level()
125 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_MED, in test_compression_algorithm_for_level()
129 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_HIGH, in test_compression_algorithm_for_level()
140 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
144 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_LOW, in test_compression_algorithm_for_level()
[all …]
/third_party/grpc/include/grpc/
Dcompression.h54 GRPCAPI grpc_compression_algorithm grpc_compression_algorithm_for_level(
/third_party/grpc/src/core/lib/compression/
Dcompression.cc87 grpc_compression_algorithm grpc_compression_algorithm_for_level( in grpc_compression_algorithm_for_level() function
/third_party/grpc/
Dgrpc.def6 grpc_compression_algorithm_for_level
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c75 printf("%lx", (unsigned long) grpc_compression_algorithm_for_level); in main()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi669 grpc_compression_algorithm grpc_compression_algorithm_for_level(
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h58 #define grpc_compression_algorithm_for_level grpc_compression_algorithm_for_level_import macro
/third_party/grpc/src/core/lib/surface/
Dcall.cc811 return grpc_compression_algorithm_for_level(level, in compression_algorithm_for_level_locked()