Home
last modified time | relevance | path

Searched defs:CheckNotNull (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/Utils/
DGrpcPreconditions.cs57 public static T CheckNotNull<T>(T reference) in CheckNotNull() method in Grpc.Core.Utils.GrpcPreconditions
71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull() method in Grpc.Core.Utils.GrpcPreconditions
/third_party/protobuf/src/google/protobuf/stubs/
Dlogging.h165 T* CheckNotNull(const char* /* file */, int /* line */, in CheckNotNull() function