SYMBOL INDEX (80 symbols across 20 files) FILE: examples/gradle-ts-protoc-gen/client.ts function onClientReady (line 19) | function onClientReady() { function doUnaryCall (line 38) | function doUnaryCall() { function doServerStreamingCall (line 55) | function doServerStreamingCall() { function doClientStreamingCall (line 66) | function doClientStreamingCall() { function doBidirectionalStreamingCall (line 79) | function doBidirectionalStreamingCall() { FILE: examples/gradle-ts-protoc-gen/proto/example_grpc_pb.d.ts type IExampleService (line 9) | interface IExampleService extends grpc.ServiceDefinition any, S... type ProtoGrpcType (line 10) | interface ProtoGrpcType { FILE: examples/grpc-proto-loader/proto/example_package/ClientMessage.ts type ClientMessage (line 4) | interface ClientMessage { type ClientMessage__Output (line 8) | interface ClientMessage__Output { FILE: examples/grpc-proto-loader/proto/example_package/Example.ts type ExampleClient (line 8) | interface ExampleClient extends grpc.Client { type ExampleHandlers (line 39) | interface ExampleHandlers extends grpc.UntypedServiceImplementation { type ExampleDefinition (line 50) | interface ExampleDefinition extends grpc.ServiceDefinition { FILE: examples/grpc-proto-loader/proto/example_package/ServerMessage.ts type ServerMessage (line 4) | interface ServerMessage { type ServerMessage__Output (line 8) | interface ServerMessage__Output { FILE: examples/grpc-proto-loader/server.ts method unaryCall (line 11) | unaryCall( method serverStreamingCall (line 23) | serverStreamingCall( method clientStreamingCall (line 31) | clientStreamingCall( method bidirectionalStreamingCall (line 41) | bidirectionalStreamingCall( function getServer (line 55) | function getServer(): grpc.Server { FILE: examples/grpc-web/client.ts function initChat (line 25) | async function initChat(user: string) { FILE: examples/grpc-web/server.ts function notifyChat (line 8) | function notifyChat(message: ServerMessage) { method join (line 16) | join(call: grpc.ServerWritableStream): void { method send (line 23) | send( function getServer (line 37) | function getServer(): grpc.Server { FILE: examples/grpc_tools_node_protoc_ts/client.ts function onClientReady (line 19) | function onClientReady() { function doUnaryCall (line 38) | function doUnaryCall() { function doServerStreamingCall (line 55) | function doServerStreamingCall() { function doClientStreamingCall (line 66) | function doClientStreamingCall() { function doBidirectionalStreamingCall (line 79) | function doBidirectionalStreamingCall() { FILE: examples/grpc_tools_node_protoc_ts/proto/example_grpc_pb.d.ts type IExampleService (line 10) | interface IExampleService extends grpc.ServiceDefinition