Home
last modified time | relevance | path

Searched refs:numIds (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
DPTHManager.h92 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
/external/skqp/src/ports/
DSkFontMgr_fontconfig.cpp264 int numIds; in remove_weak() local
269 numIds = id; in remove_weak()
284 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp264 int numIds; in remove_weak() local
269 numIds = id; in remove_weak()
284 for (int id = lastStrongId + 1; id < numIds; ++id) { in remove_weak()
/external/clang/lib/Lex/
DPTHLexer.cpp420 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds, in PTHManager() argument
424 StringIdLookup(std::move(stringIdLookup)), NumIds(numIds), PP(nullptr), in PTHManager()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h118 Id getUniqueIds(int numIds) in getUniqueIds() argument
121 uniqueId += numIds; in getUniqueIds()