Home
last modified time | relevance | path

Searched refs:NewMethod (Results 1 – 25 of 120) sorted by relevance

12345

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/
H A Dabi_test.go93 "": NewMethod("", "", Function, "", false, false, nil, nil),
94 "balance": NewMethod("balance", "balance", Function, "view", false, false, nil, nil),
95 …"send": NewMethod("send", "send", Function, "", false, false, []Argument{{"amount",…
96 …"test": NewMethod("test", "test", Function, "", false, false, []Argument{{"number",…
97 …"string": NewMethod("string", "string", Function, "", false, false, []Argument{{"inpu…
98 …"bool": NewMethod("bool", "bool", Function, "", false, false, []Argument{{"inputs",…
102 …"int8": NewMethod("int8", "int8", Function, "", false, false, []Argument{{"inputs",…
104 …"foo": NewMethod("foo", "foo", Function, "", false, false, []Argument{{"inputs", U…
238 …m := NewMethod("foo", "foo", Function, "", false, false, []Argument{{"bar", String, false}, {"baz"…
249 m = NewMethod("foo", "foo", Function, "", false, false, []Argument{{"bar", Uint256, false}}, nil)
[all …]
H A Dabi.go165 …abi.Constructor = NewMethod("", "", Constructor, field.StateMutability, field.Constant, field.Paya…
168 …abi.Methods[name] = NewMethod(name, field.Name, Function, field.StateMutability, field.Constant, f…
175 …abi.Fallback = NewMethod("", "", Fallback, field.StateMutability, field.Constant, field.Payable, n…
185 …abi.Receive = NewMethod("", "", Receive, field.StateMutability, field.Constant, field.Payable, nil…
H A Dmethod.go94 func NewMethod(name string, rawName string, funType FunctionType, mutability string, isConst, isPay…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/compilers/javascript/examples/
H A Djsclassxmlread.pas328 NewMethod: TJSIMethod;
347 NewMethod:=TJSIMethod.Create;
348 NewMethod.JSName:=JSName;
349 JSIClass.AddMethod(NewMethod);
350 NewMethod.PascalName:=MethodNode.GetAttribute('name');
352 Include(NewMethod.Flags,jsimStatic);
354 Include(NewMethod.Flags,jsimOverload);
358 NewMethod.ReturnType:=CreateUnresolved(ReturnType);
374 NewMethod.AddParameter(NewParam);
/dports/editors/lazarus/lazarus/components/compilers/javascript/examples/
H A Djsclassxmlread.pas328 NewMethod: TJSIMethod;
347 NewMethod:=TJSIMethod.Create;
348 NewMethod.JSName:=JSName;
349 JSIClass.AddMethod(NewMethod);
350 NewMethod.PascalName:=MethodNode.GetAttribute('name');
352 Include(NewMethod.Flags,jsimStatic);
354 Include(NewMethod.Flags,jsimOverload);
358 NewMethod.ReturnType:=CreateUnresolved(ReturnType);
374 NewMethod.AddParameter(NewParam);
/dports/editors/lazarus-qt5/lazarus/components/compilers/javascript/examples/
H A Djsclassxmlread.pas328 NewMethod: TJSIMethod;
347 NewMethod:=TJSIMethod.Create;
348 NewMethod.JSName:=JSName;
349 JSIClass.AddMethod(NewMethod);
350 NewMethod.PascalName:=MethodNode.GetAttribute('name');
352 Include(NewMethod.Flags,jsimStatic);
354 Include(NewMethod.Flags,jsimOverload);
358 NewMethod.ReturnType:=CreateUnresolved(ReturnType);
374 NewMethod.AddParameter(NewParam);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/compilers/javascript/examples/
H A Djsclassxmlread.pas328 NewMethod: TJSIMethod;
347 NewMethod:=TJSIMethod.Create;
348 NewMethod.JSName:=JSName;
349 JSIClass.AddMethod(NewMethod);
350 NewMethod.PascalName:=MethodNode.GetAttribute('name');
352 Include(NewMethod.Flags,jsimStatic);
354 Include(NewMethod.Flags,jsimOverload);
358 NewMethod.ReturnType:=CreateUnresolved(ReturnType);
374 NewMethod.AddParameter(NewParam);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/vault/auth_methods/jwt/
H A Dauth.go36 func NewMethod(path string, data auth_methods.Data) (vault.AuthMethod, error) { func
78 auth_methods.MustRegisterFactory(methodName, NewMethod)
H A Dauth_test.go50 a, err := NewMethod("", tt.providedData)
151 auth, err := NewMethod(authPath, data)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/gopackage/ddp/
H A Dddp_messages.go60 func NewMethod(id, serviceMethod string, args []interface{}) *Method { func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dbuilder_test.go42 AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false))).
43 AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true)))
87 sb.AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false)))
88 …sb.AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true…
184 …AddMethod(NewMethod("Method1", RpcTypeMessage(msgE, false), RpcTypeImportedMessage(mdEmpty, false)…
185 AddMethod(NewMethod("Method2", RpcTypeMessage(msgB, false), RpcTypeMessage(msgC, true)))).
711 mtd1 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
716 mtd2 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
969 mtb := NewMethod("Foo",
1153 mtb := NewMethod("Foo",
[all …]
H A Dservice.go246 func NewMethod(name string, req, resp *RpcType) *MethodBuilder { func
278 mtb := NewMethod(mtd.GetName(), req, resp)
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dbuilder_test.go42 AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false))).
43 AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true)))
87 sb.AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false)))
88 …sb.AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true…
184 …AddMethod(NewMethod("Method1", RpcTypeMessage(msgE, false), RpcTypeImportedMessage(mdEmpty, false)…
185 AddMethod(NewMethod("Method2", RpcTypeMessage(msgB, false), RpcTypeMessage(msgC, true)))).
711 mtd1 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
716 mtd2 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
969 mtb := NewMethod("Foo",
1153 mtb := NewMethod("Foo",
[all …]
H A Dservice.go246 func NewMethod(name string, req, resp *RpcType) *MethodBuilder { func
278 mtb := NewMethod(mtd.GetName(), req, resp)
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dbuilder_test.go42 AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false))).
43 AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true)))
87 sb.AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false)))
88 …sb.AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true…
184 …AddMethod(NewMethod("Method1", RpcTypeMessage(msgE, false), RpcTypeImportedMessage(mdEmpty, false)…
185 AddMethod(NewMethod("Method2", RpcTypeMessage(msgB, false), RpcTypeMessage(msgC, true)))).
711 mtd1 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
716 mtd2 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
969 mtb := NewMethod("Foo",
1153 mtb := NewMethod("Foo",
[all …]
H A Dservice.go246 func NewMethod(name string, req, resp *RpcType) *MethodBuilder { func
278 mtb := NewMethod(mtd.GetName(), req, resp)
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dbuilder_test.go42 AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false))).
43 AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true)))
87 sb.AddMethod(NewMethod("DoSomething", RpcTypeMessage(msg, false), RpcTypeMessage(msg, false)))
88 …sb.AddMethod(NewMethod("ReturnThings", RpcTypeImportedMessage(md, false), RpcTypeMessage(msg, true…
187 …AddMethod(NewMethod("Method1", RpcTypeMessage(msgE, false), RpcTypeImportedMessage(mdEmpty, false)…
188 AddMethod(NewMethod("Method2", RpcTypeMessage(msgB, false), RpcTypeMessage(msgC, true)))).
739 mtd1 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
744 mtd2 := NewMethod("foo", RpcTypeMessage(msg1, false), RpcTypeMessage(msg1, false))
997 mtb := NewMethod("Foo",
1181 mtb := NewMethod("Foo",
[all …]
H A Dservice.go246 func NewMethod(name string, req, resp *RpcType) *MethodBuilder { func
278 mtb := NewMethod(mtd.GetName(), req, resp)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/
H A DConformance.dynamic.dynamicType.returnType.covariant.cs1261 public virtual object NewMethod() in NewMethod() method in ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.returnType.covariant.method001.method001.BaseObject
1299 public new dynamic NewMethod() in NewMethod() method in ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.returnType.covariant.method001.method001.Derive1Dynamic
1341 var r4 = NewMethod(); in TestSimpleCall()
1415 public new object NewMethod() in NewMethod() method in ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.returnType.covariant.method001.method001.Derive2Object
1433 var r4 = NewMethod(); in TestSimpleCall()
1500 var r4 = der1.NewMethod(); in MainMethod()
1542 var r8 = der2.NewMethod(); in MainMethod()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/
H A Daddeventmethod.lpr48 if CodeToolBoss.CreatePublishedMethod(Code,'TForm1','NewMethod',
/dports/editors/lazarus/lazarus/components/codetools/examples/
H A Daddeventmethod.lpr48 if CodeToolBoss.CreatePublishedMethod(Code,'TForm1','NewMethod',
/dports/editors/lazarus-qt5/lazarus/components/codetools/examples/
H A Daddeventmethod.lpr48 if CodeToolBoss.CreatePublishedMethod(Code,'TForm1','NewMethod',
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/examples/
H A Daddeventmethod.lpr48 if CodeToolBoss.CreatePublishedMethod(Code,'TForm1','NewMethod',
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/tools/apidiff/delta/testdata/nonbreaking/new/
H A Dnew.go267 NewMethod(string) (bool, error) methodSpec
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/internal/delta/testdata/nonbreaking/new/
H A Dnew.go256 NewMethod(string) (bool, error) methodSpec

12345