Searched defs:NULL (Results 1 - 7 of 7) sorted by relevance
/Couchbase_C_Client_v3.0/contrib/gtest-1.8.1/include/gtest/internal/ |
H A D | gtest-linked_ptr.h | 152 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } in linked_ptr() argument 178 void reset(T* ptr = NULL) { in reset() argument
|
H A D | gtest-internal.h | 957 IsContainerTest(int , typename C::iterator* = NULL, typename C::const_iterator* = NULL) IsContainerTest() argument [all...] |
H A D | gtest-port.h | 1200 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} in scoped_ptr() argument 1213 void reset(T* p = NULL) { in reset() argument [all...] |
/Couchbase_C_Client_v3.0/src/ssl/ |
H A D | ssl_e.c | 248 IOT_V0EV(es->orig).watch(IOT_ARG(es->orig), es->fd, es->event, 0, NULL, NULL); in event_handler() local
|
/Couchbase_C_Client_v3.0/src/ |
H A D | connspec.h | 93 lcb_STATUS parse(const std::string &connstr_, const char **errmsg = NULL) in parse() argument
|
/Couchbase_C_Client_v3.0/contrib/cliopts/ |
H A D | cliopts.h | 276 TOption(char shortname, const char *longname = NULL, in TOption() argument 520 Parser(const char *name = NULL) Parser() argument [all...] |
/Couchbase_C_Client_v3.0/contrib/gtest-1.8.1/include/gtest/ |
H A D | gtest.h | 299 AssertionResult( const T& success, typename internal::EnableIf< !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* = NULL) AssertionResult() argument [all...] |
Completed in 44 milliseconds