Searched defs:NanopbMethod (Results 1 – 2 of 2) sorted by relevance
122 TEST(MethodImplTester, NanopbMethod) { in TEST() argument164 TEST(NanopbMethod, UnaryRpc_SendsResponse) { in TEST() argument187 TEST(NanopbMethod, UnaryRpc_InvalidPayload_SendsError) { in TEST() argument202 TEST(NanopbMethod, UnaryRpc_BufferTooSmallForResponse_SendsInternalError) { in TEST() argument225 TEST(NanopbMethod, ServerStreamingRpc_SendsNothingWhenInitiallyCalled) { in TEST() argument239 TEST(NanopbMethod, ServerWriter_SendsResponse) { in TEST() argument260 TEST(NanopbMethod, ServerWriter_WriteWhenClosed_ReturnsFailedPrecondition) { in TEST() argument271 TEST(NanopbMethod, ServerWriter_WriteAfterMoved_ReturnsFailedPrecondition) { in TEST() argument287 TEST(NanopbMethod, in TEST() argument
57 class NanopbMethod; variable