Home
last modified time | relevance | path

Searched defs:fooMethod (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DgenericTypeConstraints.js3 fooMethod() {} method in Foo
35 Foo.prototype.fooMethod = function () { }; method in Foo
/third_party/typescript/tests/cases/compiler/
DgenericTypeConstraints.ts2 fooMethod() {} method in Foo
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java145 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService() local
171 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService() local
DDescriptorsTest.java658 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local