Searched defs:StringID (Results 1 – 5 of 5) sorted by relevance
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() function135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID() function
40 StringID = int variable
189 type StringID int type
2281 #define IStringTable_GetString(This,StringID,cchBuffer,lpBuffer,pcchOut) (This)->lpVtbl->GetString(… argument2282 #define IStringTable_GetStringLength(This,StringID,pcchString) (This)->lpVtbl->GetStringLength(This… argument2283 #define IStringTable_DeleteString(This,StringID) (This)->lpVtbl->DeleteString(This,StringID) argument
492 using StringID = SpirvID<std::string>; typedef in sw::Spirv