/third_party/typescript/tests/cases/compiler/ |
D | superInLambdas.ts | 3 sayHello(): void { method in User 19 sayHello(): void { method in RegisteredUser 35 sayHello(): void { method in RegisteredUser2 49 sayHello(): void { method in RegisteredUser3 63 sayHello(): void { method in RegisteredUser4
|
D | superErrors.ts | 10 sayHello(): void { method in User 33 sayHello(): void { method in RegisteredUser
|
D | esModuleInterop.ts | 3 export function sayHello(): string; function
|
D | esModuleInteropImportTSLibHasImport.ts | 13 const sayHello = (name?: string) => void (`Hello, ${name}!`); constant
|
D | emitThisInSuperMethodCall.ts | 2 sayHello() { method in User
|
D | jsdocTypeNongenericInstantiationAttempt.ts | 8 function sayHello(somebody) { function
|
/third_party/typescript/tests/baselines/reference/ |
D | superInLambdas.js | 90 User.prototype.sayHello = function () { method in User 101 _super.prototype.sayHello.call(_this); method in _super 103 var x = function () { return _super.prototype.sayHello.call(_this); }; method in _super 106 RegisteredUser.prototype.sayHello = function () { method in RegisteredUser 109 _super.prototype.sayHello.call(this); method in _super 111 var x = function () { return _super.prototype.sayHello.call(_this); }; method in _super 121 … () { return function () { return function () { return _super.prototype.sayHello.call(_this); }; }… method in _super 124 RegisteredUser2.prototype.sayHello = function () { method in RegisteredUser2 127 … () { return function () { return function () { return _super.prototype.sayHello.call(_this); }; }… method in _super 140 RegisteredUser3.prototype.sayHello = function () { method in RegisteredUser3 [all …]
|
D | typeInferenceWithExcessProperties.js | 29 sayHello() { method 52 sayHello: function () { method
|
D | superErrors.js | 80 User.prototype.sayHello = function () { method in User 103 RegisteredUser.prototype.sayHello = function () { method in RegisteredUser 105 _super.prototype.sayHello.call(this); method in _super
|
D | emitThisInSuperMethodCall.js | 3 sayHello() { method in User 49 User.prototype.sayHello = function () { method in User
|
D | esModuleInteropImportTSLibHasImport.js | 10 const sayHello = (name?: string) => void (`Hello, ${name}!`); function
|
/third_party/grpc/examples/node/static_codegen/ |
D | greeter_server.js | 27 function sayHello(call, callback) { function 39 server.addService(services.GreeterService, {sayHello: sayHello}); property
|
/third_party/grpc/examples/node/dynamic_codegen/ |
D | greeter_server.js | 36 function sayHello(call, callback) { function 46 server.addService(hello_proto.Greeter.service, {sayHello: sayHello}); property
|
/third_party/node/test/fixtures/cycles/ |
D | root.js | 25 exports.sayHello = function() { function
|
/third_party/node/test/fixtures/debugger/ |
D | break.js | 4 function sayHello() { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | hello_task.cpp | 37 marl::Event sayHello(marl::Event::Mode::Manual); in main() local
|
/third_party/grpc/examples/protos/ |
D | hellostreamingworld.proto | 25 rpc sayHello (HelloRequest) returns (stream HelloReply) {} rpc
|
/third_party/skia/experimental/tskit/build/ |
D | externs.js | 3 Module.sayHello = function() {}; function
|
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/client/ |
D | main.swift | 40 let sayHello = greeter.SayHello(Message<models_HelloRequest>(builder: &builder)) in greet() variable
|
/third_party/skia/experimental/tskit/npm_build/types/ |
D | index.d.ts | 8 sayHello(x: number, y: number): void; method
|
/third_party/skia/experimental/tskit/interface/ |
D | public_api.d.ts | 4 sayHello(x: number, y: number): void; method
|
/third_party/grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/ |
D | HelloworldActivity.java | 164 public static native String sayHello(String host, int port, String message); in sayHello() method in HelloworldActivity
|