Searched defs:MethodInputType (Results 1 – 4 of 4) sorted by relevance
32 MethodInputType: TypeAlias = Sequence[ConfigValue] variable56 inputs: MethodInputType,
60 example_inputs: MethodInputType,
1688 TEST_F(ServiceDescriptorTest, MethodInputType) { in TEST_F() argument