Searched refs:GetInputType (Results 1 – 7 of 7) sorted by relevance
279 reqArg := ", in *" + g.typeName(method.GetInputType())293 inType := g.typeName(method.GetInputType())386 reqArgs = append(reqArgs, "*"+g.typeName(method.GetInputType()))398 inType := g.typeName(method.GetInputType())
282 MachineType GetInputType(size_t index) const { in NON_EXPORTED_BASE()415 return incoming_->GetInputType(index + 1); // + 1 to skip target. in NON_EXPORTED_BASE()
775 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()
1041 call_descriptor->GetInputType(i).representation())); in VisitCall()
5382 call_descriptor->GetInputType(0), // target MachineType in ReplaceTypeInCallDescriptorWith()
1269 func (m *MethodDescriptorProto) GetInputType() string { func
1230 func (m *MethodDescriptorProto) GetInputType() string { func