Home
last modified time | relevance | path

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

/third_party/grpc/test/core/compression/
Dcompression_test.cc91 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level()
113 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level()
114 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
136 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level()
137 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_DEFLATE); in test_compression_algorithm_for_level()
159 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level()
160 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
161 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_DEFLATE); in test_compression_algorithm_for_level()
183 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level()
184 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_STREAM_GZIP); in test_compression_algorithm_for_level()
[all …]
/third_party/grpc/test/core/gpr/
Duseful_test.cc49 GPR_ASSERT(GPR_BITSET(&bitset, 3) == 8); in main()
52 GPR_ASSERT(GPR_BITSET(&bitset, 1) == 10); in main()
/third_party/grpc/src/core/lib/compression/
Dcompression_args.cc103 GPR_BITSET((unsigned*)states_arg, algorithm); in grpc_channel_args_compression_algorithm_set_state()
116 GPR_BITSET((unsigned*)&tmp.value.integer, algorithm); in grpc_channel_args_compression_algorithm_set_state()
Dcompression.cc119 GPR_BITSET(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_enable_algorithm()
/third_party/grpc/src/core/lib/gpr/
Duseful.h41 #define GPR_BITSET(i, n) ((*(i)) |= (1u << (n))) macro
/third_party/grpc/src/cpp/server/
Dserver_builder.cc180 GPR_BITSET(&enabled_compression_algorithms_bitset_, algorithm); in SetCompressionAlgorithmSupportStatus()
/third_party/grpc/src/core/lib/surface/
Dcall.cc848 GPR_BITSET(encodings_accepted_by_peer, GRPC_COMPRESS_NONE); in set_encodings_accepted_by_peer()
862 GPR_BITSET(encodings_accepted_by_peer, algorithm); in set_encodings_accepted_by_peer()