Searched refs:KeyInfo (Results 1 - 5 of 5) sorted by relevance
/external/openfst/src/include/fst/extensions/far/ |
H A D | info.h | 41 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 D | file.c | 120 } KeyInfo; typedef in typeref:struct:__anon11116 122 static KeyInfo _keyinfo_table[] = { 210 KeyInfo *ki = _keyinfo_table;
|
/external/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 310 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); local 312 KeyInfo[i] = IIV[i];
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 8143 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo 8316 struct KeyInfo*, /* First argument to compare function */ 8480 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 8529 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */ 8542 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure 8547 ** function should *not* try to free the KeyInfo. 8824 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 8826 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **); 10308 struct KeyInfo { struct [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 8143 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo 8316 struct KeyInfo*, /* First argument to compare function */ 8480 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 8529 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */ 8542 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure 8547 ** function should *not* try to free the KeyInfo. 8824 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 8826 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **); 10308 struct KeyInfo { struct [all...] |
Completed in 1064 milliseconds