Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/common/
Dchannel_arguments_test.cc35 class TestSocketMutator : public grpc_socket_mutator { class
37 TestSocketMutator();
50 TestSocketMutator* tsm = (TestSocketMutator*)mutator; in test_mutator_mutate_fd()
59 TestSocketMutator* tsm = (TestSocketMutator*)mutator; in test_mutator_destroy()
70 TestSocketMutator::TestSocketMutator() { in TestSocketMutator() function in grpc::testing::__anon27610d680111::TestSocketMutator
204 TestSocketMutator* mutator0 = new TestSocketMutator(); in TEST_F()
205 TestSocketMutator* mutator1 = new TestSocketMutator(); in TEST_F()