Home
last modified time | relevance | path

Searched defs:mutator (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dsocket_mutator.cc29 void grpc_socket_mutator_init(grpc_socket_mutator* mutator, in grpc_socket_mutator_init()
35 grpc_socket_mutator* grpc_socket_mutator_ref(grpc_socket_mutator* mutator) { in grpc_socket_mutator_ref()
40 bool grpc_socket_mutator_mutate_fd(grpc_socket_mutator* mutator, int fd) { in grpc_socket_mutator_mutate_fd()
58 void grpc_socket_mutator_unref(grpc_socket_mutator* mutator) { in grpc_socket_mutator_unref()
80 grpc_arg grpc_socket_mutator_to_arg(grpc_socket_mutator* mutator) { in grpc_socket_mutator_to_arg()
Dsocket_utils_common_posix.cc391 grpc_error* grpc_set_socket_with_mutator(int fd, grpc_socket_mutator* mutator) { in grpc_set_socket_with_mutator()
407 grpc_socket_mutator* mutator = in grpc_apply_socket_mutator_in_args() local
/third_party/grpc/test/core/iomgr/
Dsocket_utils_test.cc44 static bool mutate_fd(int fd, grpc_socket_mutator* mutator) { in mutate_fd()
63 static void destroy_test_mutator(grpc_socket_mutator* mutator) { in destroy_test_mutator()
106 struct test_socket_mutator mutator; in main() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_debugger.cc40 std::unique_ptr<tint::fuzzers::spvtools_fuzzer::Mutator> mutator; in main() local
Dfuzzer.cc166 auto* mutator = mutator_cache->Get(binary); in LLVMFuzzerCustomMutator() local
Dutil.cc76 void LogMutatorError(const Mutator& mutator, const std::string& error_dir) { in LogMutatorError()
/third_party/jsframework/runtime/main/reactivity/
Darray.js24 def(arrayMethods, method, function mutator() { function
/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc145 Mutator mutator = Mutator(rect); in TEST() local
172 Mutator mutator = Mutator(rect); in TEST() local
201 Mutator mutator = Mutator(matrix); in TEST() local
228 Mutator mutator = Mutator(rect); in TEST() local
/third_party/grpc/test/cpp/end2end/
Dmessage_allocator_end2end_test.cc59 const EchoRequest* req, EchoResponse* resp)> in SetAllocatorMutator()
276 auto mutator = [](experimental::RpcAllocatorState* allocator_state, in TEST_P() local
301 auto mutator = [&released_requests]( in TEST_P() local
/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc50 bool test_mutator_mutate_fd(int fd, grpc_socket_mutator* mutator) { in test_mutator_mutate_fd()
59 void test_mutator_destroy(grpc_socket_mutator* mutator) { in test_mutator_destroy()
/third_party/grpc/test/core/channel/
Dchannel_args_test.cc169 auto mutator = grpc_channel_args_get_client_channel_creation_mutator(); in test_channel_create_with_global_mutator() local
/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc91 void ChannelArguments::SetSocketMutator(grpc_socket_mutator* mutator) { in SetSocketMutator()
/third_party/grpc/test/cpp/interop/
Dgrpclb_fallback_test.cc152 void TcpUserTimeoutDestroy(grpc_socket_mutator* mutator) { gpr_free(mutator); } in TcpUserTimeoutDestroy()
/third_party/boost/libs/iterator/test/
Diterator_facade.cpp66 void mutator() {} // non-const member function in mutator() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dtransform_op_optimizer.cc409 auto mutator = Mutator(op); in Process() local