Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/slice/
Dslice_test.cc103 static int do_nothing_with_len_1_calls = 0; variable
107 do_nothing_with_len_1_calls++; in do_nothing_with_len_1()
119 GPR_ASSERT(do_nothing_with_len_1_calls == 0); in test_slice_new_with_len_returns_something_sensible()
130 GPR_ASSERT(do_nothing_with_len_1_calls == 0); /* Shouldn't be called yet */ in test_slice_new_with_len_returns_something_sensible()
134 GPR_ASSERT(do_nothing_with_len_1_calls == 1); in test_slice_new_with_len_returns_something_sensible()