Searched refs:thisT (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | ForwardingChannelBuilder.java | 63 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 …]
|
D | ServerBuilder.java | 225 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()
|
D | ManagedChannelBuilder.java | 305 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/ |
D | AbstractManagedChannelImplBuilder.java | 158 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 …]
|
D | AbstractServerImplBuilder.java | 132 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 …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 81 T *thisT() { return static_cast<T *>(this); } in thisT() function 89 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, 0); in getBroadcastShuffleOverhead() 92 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i); in getBroadcastShuffleOverhead() 109 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, i); in getPermuteShuffleOverhead() 110 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, i); in getPermuteShuffleOverhead() 130 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, in getExtractSubvectorOverhead() 133 thisT()->getVectorInstrCost(Instruction::InsertElement, SubVTy, i); in getExtractSubvectorOverhead() 154 thisT()->getVectorInstrCost(Instruction::ExtractElement, SubVTy, i); in getInsertSubvectorOverhead() 155 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, in getInsertSubvectorOverhead() 442 if (!thisT()->isLoweredToCall(F)) in getUnrollingPreferences() [all …]
|