Home
last modified time | relevance | path

Searched defs:algorithm_name (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/ruby/ext/grpc/
Drb_compression_options.c162 grpc_compression_algorithm* algorithm_value, VALUE algorithm_name) { in grpc_rb_compression_options_algorithm_name_to_value_internal()
199 VALUE algorithm_name) { in grpc_rb_compression_options_is_algorithm_enabled()
218 grpc_compression_options* options, VALUE algorithm_name) { in grpc_rb_compression_options_set_default_algorithm()
228 grpc_compression_options* compression_options, VALUE algorithm_name) { in grpc_rb_compression_options_disable_algorithm()
298 const char* algorithm_name = NULL; in grpc_rb_compression_options_algorithm_value_to_name_internal() local
382 VALUE algorithm_name = Qnil; in grpc_rb_compression_options_init() local
/third_party/grpc/src/cpp/client/
Dclient_context.cc144 const char* algorithm_name = nullptr; in set_compression_algorithm() local
/third_party/grpc/src/cpp/server/
Dserver_context.cc370 const char* algorithm_name = nullptr; in set_compression_algorithm() local
/third_party/grpc/test/core/compression/
Dmessage_compress_test.cc55 const char* algorithm_name; in assert_passthrough() local
/third_party/python/Lib/test/
Dtest_hashlib.py410 def check_no_unicode(self, algorithm_name): argument