Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dmethod_lookup_test.cc42 called_client_streaming_method = true; in TestClientStreamRpc()
53 bool called_client_streaming_method = false; member in pw::rpc::__anon5480a98f0111::MixedService1
75 called_client_streaming_method = true; in TestClientStreamRpc()
84 bool called_client_streaming_method = false; member in pw::rpc::__anon5480a98f0111::MixedService2
111 ASSERT_FALSE(context.service().called_client_streaming_method); in TEST()
113 EXPECT_TRUE(context.service().called_client_streaming_method); in TEST()
146 ASSERT_FALSE(context.service().called_client_streaming_method); in TEST()
148 EXPECT_TRUE(context.service().called_client_streaming_method); in TEST()
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_lookup_test.cc46 called_client_streaming_method = true; in TestClientStreamRpc()
56 bool called_client_streaming_method = false; member in pw::rpc::__anonbe209b4a0111::MixedService1
77 called_client_streaming_method = true; in TestClientStreamRpc()
86 bool called_client_streaming_method = false; member in pw::rpc::__anonbe209b4a0111::MixedService2
113 ASSERT_FALSE(context.service().called_client_streaming_method); in TEST()
115 EXPECT_TRUE(context.service().called_client_streaming_method); in TEST()
148 ASSERT_FALSE(context.service().called_client_streaming_method); in TEST()
150 EXPECT_TRUE(context.service().called_client_streaming_method); in TEST()