Home
last modified time | relevance | path

Searched defs:StringID (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceStringPool.h133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() function
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID() function
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dgecko_profile_generator.py40 StringID = int variable
/aosp_15_r20/external/swiftshader/tests/regres/cov/
H A Dtree.go189 type StringID int type
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmmc.h2281 #define IStringTable_GetString(This,StringID,cchBuffer,lpBuffer,pcchOut) (This)->lpVtbl->GetString(… argument
2282 #define IStringTable_GetStringLength(This,StringID,pcchString) (This)->lpVtbl->GetStringLength(This… argument
2283 #define IStringTable_DeleteString(This,StringID) (This)->lpVtbl->DeleteString(This,StringID) argument
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShader.hpp492 using StringID = SpirvID<std::string>; typedef in sw::Spirv