Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/chttp2/
Dbin_encoder_test.cc33 static int all_ok = 1; variable
44 all_ok = 0; in expect_slice_eq()
83 all_ok = 0; in expect_combined_equiv()
98 all_ok = 0; in expect_binary_header()
177 return all_ok ? 0 : 1; in main()
Dbin_decoder_test.cc33 static int all_ok = 1; variable
44 all_ok = 0; in expect_slice_eq()
169 return all_ok ? 0 : 1; in main()
/third_party/protobuf/conformance/
Dconformance_test_runner.cc195 bool all_ok = true; in Run() local
235 all_ok = all_ok && in Run()
240 return all_ok ? EXIT_SUCCESS : EXIT_FAILURE; in Run()