Home
last modified time | relevance | path

Searched refs:makeSayManyHellosInterceptors (Results 1 – 1 of 1) sorted by relevance

/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift71 interceptors: self.interceptors?.makeSayManyHellosInterceptors() ?? [],
82 …func makeSayManyHellosInterceptors() -> [ClientInterceptor<Message<models_HelloRequest>, Message<m… in makeSayHelloInterceptors() function
127 interceptors: self.interceptors?.makeSayManyHellosInterceptors() ?? [], in SayHello()
143 …func makeSayManyHellosInterceptors() -> [ServerInterceptor<Message<models_HelloRequest>, Message<m… function