Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DForwardingChannelBuilder.java63 return thisT(); in directExecutor()
69 return thisT(); in executor()
75 return thisT(); in intercept()
81 return thisT(); in intercept()
87 return thisT(); in userAgent()
93 return thisT(); in overrideAuthority()
103 return thisT(); in usePlaintext()
109 return thisT(); in usePlaintext()
115 return thisT(); in useTransportSecurity()
121 return thisT(); in nameResolverFactory()
[all …]
DServerBuilder.java225 return thisT(); in maxInboundMessageSize()
255 private T thisT() { in thisT() method in ServerBuilder
257 T thisT = (T) this; in thisT() local
258 return thisT; in thisT()
DManagedChannelBuilder.java305 return thisT(); in maxInboundMessageSize()
488 private T thisT() { in thisT() method in ManagedChannelBuilder
490 T thisT = (T) this; in thisT() local
491 return thisT; in thisT()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractManagedChannelImplBuilder.java158 return thisT(); in maxInboundMessageSize()
211 return thisT(); in executor()
217 return thisT(); in intercept()
235 return thisT(); in nameResolverFactory()
244 return thisT(); in loadBalancerFactory()
250 return thisT(); in enableFullStreamDecompression()
260 return thisT(); in decompressorRegistry()
270 return thisT(); in compressorRegistry()
276 return thisT(); in userAgent()
282 return thisT(); in overrideAuthority()
[all …]
DAbstractServerImplBuilder.java132 return thisT(); in executor()
138 return thisT(); in addService()
152 return thisT(); in addTransportFilter()
158 return thisT(); in intercept()
164 return thisT(); in addStreamTracerFactory()
174 return thisT(); in fallbackHandlerRegistry()
184 return thisT(); in decompressorRegistry()
194 return thisT(); in compressorRegistry()
201 return thisT(); in handshakeTimeout()
207 return thisT(); in setBinaryLog()
[all …]