Home
last modified time | relevance | path

Searched defs:thisT (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerBuilder.java255 private T thisT() { in thisT() method in ServerBuilder
257 T thisT = (T) this; in thisT() local
DManagedChannelBuilder.java488 private T thisT() { in thisT() method in ManagedChannelBuilder
490 T thisT = (T) this; in thisT() local
DForwardingChannelBuilder.java243 protected final T thisT() { in thisT() method in ForwardingChannelBuilder
245 T thisT = (T) this; in thisT() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractServerImplBuilder.java294 private T thisT() { in thisT() method in AbstractServerImplBuilder
296 T thisT = (T) this; in thisT() local