Searched refs:GPR_BITSET (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/test/core/compression/ |
D | compression_test.cc | 91 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/ |
D | useful_test.cc | 49 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/ |
D | compression_args.cc | 103 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()
|
D | compression.cc | 119 GPR_BITSET(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_enable_algorithm()
|
/third_party/grpc/src/core/lib/gpr/ |
D | useful.h | 41 #define GPR_BITSET(i, n) ((*(i)) |= (1u << (n))) macro
|
/third_party/grpc/src/cpp/server/ |
D | server_builder.cc | 180 GPR_BITSET(&enabled_compression_algorithms_bitset_, algorithm); in SetCompressionAlgorithmSupportStatus()
|
/third_party/grpc/src/core/lib/surface/ |
D | call.cc | 848 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()
|