Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
Dinfo.h41 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/
DIdentifierTable.cpp356 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local
358 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll22 …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/
D2009-04-29-RegAllocAssert.ll24 …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/
Dsqlite3.c9308 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/
Dsqlite3.c9308 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 …]