Home
last modified time | relevance | path

Searched defs:KeyInfo (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp348 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); in MultiKeywordSelector() local
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8657 typedef struct KeyInfo KeyInfo; typedef
10903 struct KeyInfo { struct
10904 u32 nRef; /* Number of references to this KeyInfo object */ argument
10928 KeyInfo *pKeyInfo; /* Collation and sort-order information */ argument