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
/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
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java176 MethodDescriptor fooMethod = in testNewReflectiveService() local
206 MethodDescriptor fooMethod = in testNewReflectiveBlockingService() local
DDescriptorsTest.java330 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() local