Searched defs:ExprHasProperty (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1722 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10067 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11421 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11421 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]

Completed in 1382 milliseconds