Searched defs:IdList (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module.cc700 typedef std::list<int64> IdList; typedef
701 IdList ids;
708 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it) {
732 typedef std::list<int64> IdList; typedef in class:BookmarkIdMapper
734 IdList ids;
738 for (IdList::iterator it = ids.begin(); it != ids.end(); ++it)
/external/sqlite/dist/orig/
H A Dsqlite3.c8139 typedef struct IdList IdList; typedef in typeref:struct:IdList
10692 ** The IdList.a.idx field is used when the IdList represents the list of
10697 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
10699 struct IdList { struct
10759 IdList *pUsing; /* The USING clause of a join */
11221 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
11285 IdList *pIdList; /* Column names for INSERT */
11651 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8139 typedef struct IdList IdList; typedef in typeref:struct:IdList
10692 ** The IdList.a.idx field is used when the IdList represents the list of
10697 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
10699 struct IdList { struct
10759 IdList *pUsing; /* The USING clause of a join */
11221 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
11285 IdList *pIdList; /* Column names for INSERT */
11651 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]

Completed in 1520 milliseconds