Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/
Draw_method_union_test.cc38 GetRawMethodFor<&Implementation::AddFive, MethodType::kUnary>(11u),
59 StatusWithSize AddFive(ServerContext&, in AddFive() function in pw::rpc::internal::__anon2fce3dc40111::FakeGeneratedServiceImpl
Draw_method_test.cc112 StatusWithSize AddFive(ServerContext&, in AddFive() function
138 RawMethod::Unary<AddFive>(10u),
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_union_test.cc45 GetNanopbOrRawMethodFor<&Implementation::AddFive,
67 Status AddFive(ServerContext&, in AddFive() function in pw::rpc::internal::__anon4e1b2bcc0111::FakeGeneratedServiceImpl
Dnanopb_method_test.cc131 Status AddFive(ServerContext&, in AddFive() function
157 NanopbMethod::Unary<AddFive>(
/external/tensorflow/tensorflow/python/kernel_tests/
Dfunctional_ops_test.py1165 def AddFive(x): function
1170 f=AddFive,