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.c10082 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10631 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10631 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]

Completed in 465 milliseconds