Home
last modified time | relevance | path

Searched refs:GetInputType (Results 1 – 7 of 7) sorted by relevance

/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go279 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())
/external/v8/src/compiler/
Dlinkage.h282 MachineType GetInputType(size_t index) const { in NON_EXPORTED_BASE()
415 return incoming_->GetInputType(index + 1); // + 1 to skip target. in NON_EXPORTED_BASE()
Dmachine-graph-verifier.cc775 call_descriptor->GetInputType(i).representation(); in CheckCallInputs()
Dsimplified-lowering.cc1041 call_descriptor->GetInputType(i).representation())); in VisitCall()
Dwasm-compiler.cc5382 call_descriptor->GetInputType(0), // target MachineType in ReplaceTypeInCallDescriptorWith()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1269 func (m *MethodDescriptorProto) GetInputType() string { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1230 func (m *MethodDescriptorProto) GetInputType() string { func