Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Logging/
DConsoleLogger.cs41 public override ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.ConsoleLogger
DILogger.cs28 ILogger ForType<T>(); in ForType() method
DNullLogger.cs67 public ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.NullLogger
DLogLevelFilterLogger.cs60 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.LogLevelFilterLogger
DTextWriterLogger.cs77 public virtual ILogger ForType<T>() in ForType() method in Grpc.Core.Logging.TextWriterLogger
/external/libprotobuf-mutator/src/
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::__anonbdd7ecbf0111::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/llvm-project/clang/lib/AST/
DExprConstant.cpp8889 static bool getAlignmentArgument(const Expr *E, QualType ForType, in getAlignmentArgument()