/external/libprotobuf-mutator/src/ |
D | field_instance.h | 411 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()
|
D | mutator.cc | 98 void ForType(const FieldInstance& field) const { in ForType() function 107 void ForType(const FieldInstance& field) const { in ForType() function 114 void ForType(const ConstFieldInstance& source, in ForType() function 124 void ForType(const ConstFieldInstance& source, in ForType() function 136 bool ForType(const ConstFieldInstance& src, const ConstFieldInstance& dst, in ForType() function in protobuf_mutator::__anon4db2e1e30111::CanCopyAndDifferentField 597 void ForType(const FieldInstance& field, int size_increase_hint, in ForType() function 611 void ForType(const FieldInstance& field, int size_increase_hint, in ForType() function
|
/external/grpc-grpc/src/csharp/Grpc.Core/Logging/ |
D | LogLevelFilterLogger.cs | 60 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.LogLevelFilterLogger 62 var newInnerLogger = innerLogger.ForType<T>(); in ForType()
|
D | ConsoleLogger.cs | 41 public override ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.ConsoleLogger
|
D | NullLogger.cs | 67 public ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.NullLogger
|
D | ILogger.cs | 28 ILogger ForType<T>(); in ForType() method
|
D | TextWriterLogger.cs | 77 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.TextWriterLogger
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 41 …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…
|
D | RequestCallContextSafeHandle.cs | 33 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<RequestCallContextSafeHandle>();
|
D | NativeMetadataCredentialsPlugin.cs | 32 …static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeMetadataCredentialsPlugin>();
|
D | BatchContextSafeHandle.cs | 39 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<BatchContextSafeHandle>();
|
D | NativeExtension.cs | 32 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<NativeExtension>();
|
D | CompletionRegistry.cs | 36 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<CompletionRegistry>();
|
D | UnmanagedLibrary.cs | 39 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<UnmanagedLibrary>();
|
D | GrpcThreadPool.cs | 35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<GrpcThreadPool>();
|
D | AsyncCallBase.cs | 40 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<AsyncCallBase<TWrite, TRead>>();
|
D | AsyncCall.cs | 33 … static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<AsyncCall<TRequest, TResponse>>();
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ServerRunners.cs | 41 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ServerRunners>();
|
D | StressTestClient.cs | 37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<StressTestClient>();
|
D | ClientRunners.cs | 44 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<ClientRunners>();
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Channel.cs | 35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<Channel>();
|
D | Server.cs | 37 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<Server>();
|