Searched defs:CheckNotNull (Results 1 – 4 of 4) sorted by relevance
57 public static T CheckNotNull<T>(T reference) in CheckNotNull() method in Grpc.Core.Utils.GrpcPreconditions71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull() method in Grpc.Core.Utils.GrpcPreconditions
29 T CheckNotNull(JNIEnv* env, T&& t) { in CheckNotNull() function
163 T* CheckNotNull(const char* /* file */, int /* line */, in CheckNotNull() function
332 T&& CheckNotNull(const char* file, int line, const char* exprtext, T&& t) { in CheckNotNull() function