Home
last modified time | relevance | path

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

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerBuilder.java426 private T thisT() { in thisT() method in ServerBuilder
428 T thisT = (T) this; in thisT() local
DForwardingServerBuilder.java213 private T thisT() { in thisT() method in ForwardingServerBuilder
215 T thisT = (T) this; in thisT() local
DManagedChannelBuilder.java604 private T thisT() { in thisT() method in ManagedChannelBuilder
606 T thisT = (T) this; in thisT() local
DForwardingChannelBuilder.java269 protected final T thisT() { in thisT() method in ForwardingChannelBuilder
271 T thisT = (T) this; in thisT() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractServerImplBuilder.java228 protected final T thisT() { in thisT() method in AbstractServerImplBuilder
230 T thisT = (T) this; in thisT() local
DAbstractManagedChannelImplBuilder.java308 protected final T thisT() { in thisT() method in AbstractManagedChannelImplBuilder
310 T thisT = (T) this; in thisT() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h85 T *thisT() { return static_cast<T *>(this); } in thisT() function