Home
last modified time | relevance | path

Searched refs:ForType (Results 1 – 25 of 25) sorted by relevance

/external/libprotobuf-mutator/src/
Dfield_instance.h411 return static_cast<const Fn*>(this)->template ForType<int32_t>(field, in operator()
414 return static_cast<const Fn*>(this)->template ForType<int64_t>(field, in operator()
417 return static_cast<const Fn*>(this)->template ForType<uint32_t>( in operator()
420 return static_cast<const Fn*>(this)->template ForType<uint64_t>( in operator()
423 return static_cast<const Fn*>(this)->template ForType<double>(field, in operator()
426 return static_cast<const Fn*>(this)->template ForType<float>(field, in operator()
429 return static_cast<const Fn*>(this)->template ForType<bool>(field, in operator()
433 ->template ForType<ConstFieldInstance::Enum>(field, args...); in operator()
435 return static_cast<const Fn*>(this)->template ForType<std::string>( in operator()
439 ->template ForType<std::unique_ptr<protobuf::Message>>(field, in operator()
Dmutator.cc99 void ForType(const FieldInstance& field) const { in ForType() function
108 void ForType(const FieldInstance& field) const { in ForType() function
115 void ForType(const ConstFieldInstance& source, in ForType() function
125 void ForType(const ConstFieldInstance& source, in ForType() function
137 bool ForType(const ConstFieldInstance& src, const ConstFieldInstance& dst, in ForType() function in protobuf_mutator::__anonb2429a380111::CanCopyAndDifferentField
598 void ForType(const FieldInstance& field, int size_increase_hint, in ForType() function
612 void ForType(const FieldInstance& field, int size_increase_hint, in ForType() function
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
DLogLevelFilterLogger.cs60 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.LogLevelFilterLogger
62 var newInnerLogger = innerLogger.ForType<T>(); in ForType()
DConsoleLogger.cs41 public override ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.ConsoleLogger
DNullLogger.cs67 public ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.NullLogger
DILogger.cs28 ILogger ForType<T>(); in ForType() method
DTextWriterLogger.cs77 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.TextWriterLogger
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs41 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnaryServerCallHandler<TRequest, T…
105 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerStreamingServerCallHandler<T…
168 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientStreamingServerCallHandler<T…
231 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<T…
DRequestCallContextSafeHandle.cs33 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<RequestCallContextSafeHandle>();
DNativeMetadataCredentialsPlugin.cs32 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeMetadataCredentialsPlugin>();
DBatchContextSafeHandle.cs39 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<BatchContextSafeHandle>();
DCompletionRegistry.cs36 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<CompletionRegistry>();
DNativeExtension.cs32 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeExtension>();
DUnmanagedLibrary.cs39 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnmanagedLibrary>();
DGrpcThreadPool.cs35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<GrpcThreadPool>();
DAsyncCallBase.cs40 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<AsyncCallBase<TWrite, TRead>>();
DAsyncCall.cs33 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<AsyncCall<TRequest, TResponse>>();
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1727 template <typename ForType, typename SizeType>
1728 static ForType stripmineSink(ForType forOp, SizeType factor, ForType target) { in stripmineSink()
1733 auto res = stripmineSink(forOp, factor, ArrayRef<ForType>{target}); in stripmineSink()
1738 template <typename ForType, typename SizeType>
1739 static SmallVector<SmallVector<ForType, 8>, 8>
1740 tileImpl(ArrayRef<ForType> forOps, ArrayRef<SizeType> sizes, in tileImpl()
1741 ArrayRef<ForType> targets) { in tileImpl()
1742 SmallVector<SmallVector<ForType, 8>, 8> res; in tileImpl()
1743 SmallVector<ForType, 8> currentTargets(targets.begin(), targets.end()); in tileImpl()
1764 template <typename ForType, typename SizeType>
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DServerRunners.cs41 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerRunners>();
DStressTestClient.cs37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<StressTestClient>();
DClientRunners.cs44 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientRunners>();
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<Channel>();
DServer.cs37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<Server>();
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8889 static bool getAlignmentArgument(const Expr *E, QualType ForType, in getAlignmentArgument() argument
8897 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
8901 << MaxValue << ForType << Alignment; in getAlignmentArgument()