Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DgenericTypeConstraints.js3 fooMethod() {} method in Foo
35 Foo.prototype.fooMethod = function () { }; method in Foo
DprivateNamesAndkeyof.js4 #fooMethod() { }; method in A
DprivateNamesIncompatibleModifiers.js9 public #fooMethod() { return 3; } // Error method in A
/third_party/typescript/tests/cases/compiler/
DgenericTypeConstraints.ts2 fooMethod() {} method in Foo
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java175 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService() local
203 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService() local
DDescriptorsTest.java315 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local