Home
last modified time | relevance | path

Searched defs:isWrappedPointer (Results 1 – 10 of 10) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/common/include/
H A DJsConverter.h283 template <typename T> bool isWrappedPointer(T typ) { in isWrappedPointer() function
289 template <> inline bool isWrappedPointer(int typ) { return false; } in isWrappedPointer() function
290 template <> inline bool isWrappedPointer(unsigned int typ) { return false; } in isWrappedPointer() function
291 template <> inline bool isWrappedPointer(short typ) { return false; } in isWrappedPointer() function
292 template <> inline bool isWrappedPointer(unsigned short typ) { return false; } in isWrappedPointer() function
293 template <> inline bool isWrappedPointer(long typ) { return false; } in isWrappedPointer() function
294 template <> inline bool isWrappedPointer(unsigned long typ) { return false; } in isWrappedPointer() function
295 template <> inline bool isWrappedPointer(unsigned long long t) { return false; } in isWrappedPointer() function
296 template <> inline bool isWrappedPointer(double typ) { return false; } in isWrappedPointer() function
297 template <> inline bool isWrappedPointer(const char * typ) { return false; } in isWrappedPointer() function
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/common/include/
H A DJsConverter.h283 template <typename T> bool isWrappedPointer(T typ) { in isWrappedPointer() function
289 template <> inline bool isWrappedPointer(int typ) { return false; } in isWrappedPointer() function
290 template <> inline bool isWrappedPointer(unsigned int typ) { return false; } in isWrappedPointer() function
291 template <> inline bool isWrappedPointer(short typ) { return false; } in isWrappedPointer() function
292 template <> inline bool isWrappedPointer(unsigned short typ) { return false; } in isWrappedPointer() function
293 template <> inline bool isWrappedPointer(long typ) { return false; } in isWrappedPointer() function
294 template <> inline bool isWrappedPointer(unsigned long typ) { return false; } in isWrappedPointer() function
295 template <> inline bool isWrappedPointer(unsigned long long t) { return false; } in isWrappedPointer() function
296 template <> inline bool isWrappedPointer(double typ) { return false; } in isWrappedPointer() function
297 template <> inline bool isWrappedPointer(const char * typ) { return false; } in isWrappedPointer() function
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/common/include/
H A DJsConverter.h283 template <typename T> bool isWrappedPointer(T typ) { in isWrappedPointer() function
289 template <> inline bool isWrappedPointer(int typ) { return false; } in isWrappedPointer() function
290 template <> inline bool isWrappedPointer(unsigned int typ) { return false; } in isWrappedPointer() function
291 template <> inline bool isWrappedPointer(short typ) { return false; } in isWrappedPointer() function
292 template <> inline bool isWrappedPointer(unsigned short typ) { return false; } in isWrappedPointer() function
293 template <> inline bool isWrappedPointer(long typ) { return false; } in isWrappedPointer() function
294 template <> inline bool isWrappedPointer(unsigned long typ) { return false; } in isWrappedPointer() function
295 template <> inline bool isWrappedPointer(unsigned long long t) { return false; } in isWrappedPointer() function
296 template <> inline bool isWrappedPointer(double typ) { return false; } in isWrappedPointer() function
297 template <> inline bool isWrappedPointer(const char * typ) { return false; } in isWrappedPointer() function
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/Adapter/impl/common/include/
H A DJsConverter.h283 template <typename T> bool isWrappedPointer(T typ) { in isWrappedPointer() function
289 template <> inline bool isWrappedPointer(int typ) { return false; } in isWrappedPointer() function
290 template <> inline bool isWrappedPointer(unsigned int typ) { return false; } in isWrappedPointer() function
291 template <> inline bool isWrappedPointer(short typ) { return false; } in isWrappedPointer() function
292 template <> inline bool isWrappedPointer(unsigned short typ) { return false; } in isWrappedPointer() function
293 template <> inline bool isWrappedPointer(long typ) { return false; } in isWrappedPointer() function
294 template <> inline bool isWrappedPointer(unsigned long typ) { return false; } in isWrappedPointer() function
295 template <> inline bool isWrappedPointer(unsigned long long t) { return false; } in isWrappedPointer() function
296 template <> inline bool isWrappedPointer(double typ) { return false; } in isWrappedPointer() function
297 template <> inline bool isWrappedPointer(const char * typ) { return false; } in isWrappedPointer() function
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/Adapter/impl/common/include/
H A DJsConverter.h283 template <typename T> bool isWrappedPointer(T typ) { in isWrappedPointer() function
289 template <> inline bool isWrappedPointer(int typ) { return false; } in isWrappedPointer() function
290 template <> inline bool isWrappedPointer(unsigned int typ) { return false; } in isWrappedPointer() function
291 template <> inline bool isWrappedPointer(short typ) { return false; } in isWrappedPointer() function
292 template <> inline bool isWrappedPointer(unsigned short typ) { return false; } in isWrappedPointer() function
293 template <> inline bool isWrappedPointer(long typ) { return false; } in isWrappedPointer() function
294 template <> inline bool isWrappedPointer(unsigned long typ) { return false; } in isWrappedPointer() function
295 template <> inline bool isWrappedPointer(unsigned long long t) { return false; } in isWrappedPointer() function
296 template <> inline bool isWrappedPointer(double typ) { return false; } in isWrappedPointer() function
297 template <> inline bool isWrappedPointer(const char * typ) { return false; } in isWrappedPointer() function
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/Adapter/impl/ndb/include/
H A DNdbJsConverters.h94 template <> inline bool isWrappedPointer(NdbTransaction::CommitStatusType typ) { in isWrappedPointer() function
101 template <> inline bool isWrappedPointer(const NdbInterpretedCode * typ) { in isWrappedPointer() function
105 template <> inline bool isWrappedPointer(const NdbDictionary::Table * typ) { in isWrappedPointer() function
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/ndb/include/
H A DNdbJsConverters.h94 template <> inline bool isWrappedPointer(NdbTransaction::CommitStatusType typ) { in isWrappedPointer() function
101 template <> inline bool isWrappedPointer(const NdbInterpretedCode * typ) { in isWrappedPointer() function
105 template <> inline bool isWrappedPointer(const NdbDictionary::Table * typ) { in isWrappedPointer() function
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/ndb/include/
H A DNdbJsConverters.h94 template <> inline bool isWrappedPointer(NdbTransaction::CommitStatusType typ) { in isWrappedPointer() function
101 template <> inline bool isWrappedPointer(const NdbInterpretedCode * typ) { in isWrappedPointer() function
105 template <> inline bool isWrappedPointer(const NdbDictionary::Table * typ) { in isWrappedPointer() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/Adapter/impl/ndb/include/
H A DNdbJsConverters.h94 template <> inline bool isWrappedPointer(NdbTransaction::CommitStatusType typ) { in isWrappedPointer() function
101 template <> inline bool isWrappedPointer(const NdbInterpretedCode * typ) { in isWrappedPointer() function
105 template <> inline bool isWrappedPointer(const NdbDictionary::Table * typ) { in isWrappedPointer() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/Adapter/impl/ndb/include/
H A DNdbJsConverters.h94 template <> inline bool isWrappedPointer(NdbTransaction::CommitStatusType typ) { in isWrappedPointer() function
101 template <> inline bool isWrappedPointer(const NdbInterpretedCode * typ) { in isWrappedPointer() function
105 template <> inline bool isWrappedPointer(const NdbDictionary::Table * typ) { in isWrappedPointer() function