Searched defs:KeyInfo (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dinfo.h41 struct KeyInfo { struct in namespace:fst
47 KeyInfo(string k, string t, int64 ns = 0, int64 na = 0) function in struct:fst::KeyInfo
60 vector<KeyInfo> *infos = list_fsts ? new vector<KeyInfo>() : 0;
71 KeyInfo info(key, fst.Type());
101 const KeyInfo &info = (*infos)[i];
117 const KeyInfo &info = (*infos)[i];
/external/qemu/android/skin/
H A Dfile.c120 } KeyInfo; typedef in typeref:struct:__anon29175
122 static KeyInfo _keyinfo_table[] = {
210 KeyInfo *ki = _keyinfo_table;
/external/clang/lib/Basic/
H A DIdentifierTable.cpp313 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); local
315 KeyInfo[i] = IIV[i];
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h616 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
1404 struct KeyInfo { struct
1427 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2022 ** the P4_KEYINFO and P2 parameters later. Neither the KeyInfo nor
2026 ** The KeyInfo for addrOpenTran[0] and [1] contains collating sequences
2027 ** for the result set. The KeyInfo for addrOpenTran[2] contains collating
3001 KeyInfo *sqlite3IndexKeyinfo(Parse *, Index *);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7596 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
7768 struct KeyInfo*, /* First argument to compare function */
7931 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
7978 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
7990 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
7995 ** function should *not* try to free the KeyInfo.
8267 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,char*,int);
9749 struct KeyInfo { struct
9772 KeyInfo *pKeyInf
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8799 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
8989 struct KeyInfo*, /* First argument to compare function */
9150 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
9202 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
9503 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
9505 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **);
11093 struct KeyInfo { struct
11094 u32 nRef; /* Number of references to this KeyInfo object */
11121 KeyInfo *pKeyInf
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8799 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
8989 struct KeyInfo*, /* First argument to compare function */
9150 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
9202 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
9503 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
9505 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **);
11093 struct KeyInfo { struct
11094 u32 nRef; /* Number of references to this KeyInfo object */
11121 KeyInfo *pKeyInf
[all...]

Completed in 1298 milliseconds