Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.h158 virtual FlowControlAction MakeAction() = 0;
210 FlowControlAction MakeAction() override { return FlowControlAction(); } in MakeAction() function
238 FlowControlAction MakeAction() override { in MakeAction() function
349 virtual FlowControlAction MakeAction() = 0;
396 FlowControlAction MakeAction() override { return FlowControlAction(); } in MakeAction() function
417 FlowControlAction MakeAction() override { in MakeAction() function
418 return UpdateAction(tfc_->MakeAction()); in MakeAction()
Dparsing.cc354 action = t->flow_control->MakeAction(); in init_data_frame_parser()
357 action = s->flow_control->MakeAction(); in init_data_frame_parser()
Dchttp2_transport.cc1559 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in perform_stream_op_locked()
2559 grpc_chttp2_act_on_flowctl_action(t->flow_control->MakeAction(), t, nullptr); in continue_read_action_locked()
2952 grpc_chttp2_act_on_flowctl_action(s->flow_control->MakeAction(), t, s); in NextLocked()
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h583 Action<F> MakeAction(ActionInterface<F>* impl) {
1536 ::testing::Action<F> MakeAction() {
1542 ::testing::Action<F> MakeAction(std::shared_ptr<Impl> impl) {
1598 return ::testing::internal::MakeAction<F>(impl_); \
1634 return ::testing::internal::MakeAction<F, gmock_Impl>(); \
Dgmock-more-actions.h449 (::testing::internal::MakeAction<F, gmock_Impl>()), \
450 (::testing::internal::MakeAction<F>(impl_))); \
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc376 TEST(ActionInterfaceTest, MakeAction) { in TEST() argument
377 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl); in TEST()
1125 WithArgs<2, 1>(MakeAction(new SubtractAction)); in TEST()
/third_party/googletest/docs/
Dgmock_faq.md291 [`MakeAction()`](#NewMonoActions) or
Dgmock_cook_book.md4132 using ::testing::MakeAction;
4145 return MakeAction(new IncrementArgumentAction);