Searched refs:do_bytes_represent_client (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_counter_test.cc | 30 static bool do_bytes_represent_client(alts_counter* ctr, unsigned char* counter, in do_bytes_represent_client() function 99 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range() 115 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range() 121 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_full_range() 148 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_single_increment() 156 GPR_ASSERT(do_bytes_represent_client(ctr, alts_counter_get_counter(ctr), in alts_counter_test_overflow_single_increment()
|