/external/openfst/src/include/fst/extensions/far/ |
D | info.h | 41 struct KeyInfo { struct 47 KeyInfo(string k, string t, int64 ns = 0, int64 na = 0) argument 60 vector<KeyInfo> *infos = list_fsts ? new vector<KeyInfo>() : 0; in FarInfo() argument 71 KeyInfo info(key, fst.Type()); in FarInfo() 101 const KeyInfo &info = (*infos)[i]; in FarInfo() 117 const KeyInfo &info = (*infos)[i]; in FarInfo()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 356 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local 358 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 22 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 35 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 24 …i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %stru… 38 %struct.KeyInfo = type { %struct.sqlite3*, i8, i8, i8, i32, i8*, [1 x %struct.CollSeq*] }
|
/external/sqlite/dist/ |
D | sqlite3.c | 9308 typedef struct KeyInfo KeyInfo; typedef 9514 struct KeyInfo*, /* First argument to compare function */ 9680 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 10031 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 10034 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **); 11667 struct KeyInfo { struct 11695 KeyInfo *pKeyInfo; /* Collation and sort-order information */ argument 13497 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); 13498 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*); 13499 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9308 typedef struct KeyInfo KeyInfo; typedef 9514 struct KeyInfo*, /* First argument to compare function */ 9680 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 10031 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 10034 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **); 11667 struct KeyInfo { struct 11695 KeyInfo *pKeyInfo; /* Collation and sort-order information */ argument 13497 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); 13498 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*); 13499 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*); [all …]
|