Searched defs:thisT (Results 1 – 7 of 7) sorted by relevance
426 private T thisT() { in thisT() method in ServerBuilder428 T thisT = (T) this; in thisT() local
213 private T thisT() { in thisT() method in ForwardingServerBuilder215 T thisT = (T) this; in thisT() local
604 private T thisT() { in thisT() method in ManagedChannelBuilder606 T thisT = (T) this; in thisT() local
269 protected final T thisT() { in thisT() method in ForwardingChannelBuilder271 T thisT = (T) this; in thisT() local
228 protected final T thisT() { in thisT() method in AbstractServerImplBuilder230 T thisT = (T) this; in thisT() local
308 protected final T thisT() { in thisT() method in AbstractManagedChannelImplBuilder310 T thisT = (T) this; in thisT() local
85 T *thisT() { return static_cast<T *>(this); } in thisT() function