Searched refs:Hits (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h176 /// \param Hits Will be populated with the set of module files that have
180 bool lookupIdentifier(StringRef Name, HitSet &Hits);
/external/mesa3d/src/mesa/main/
H A Dfeedback.c263 ctx->Select.Hits++;
449 result = ctx->Select.Hits;
452 ctx->Select.Hits = 0;
540 ctx->Select.Hits = 0;
H A Dmtypes.h1672 GLuint Hits; /**< number of records in the selection buffer */ member in struct:gl_selection
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { argument
295 Hits.clear();
313 Hits.insert(MF);
H A DASTReader.cpp1765 GlobalModuleIndex::HitSet Hits; local
1768 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
1769 HitsPtr = &Hits;
6985 GlobalModuleIndex::HitSet Hits;
6988 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
6989 HitsPtr = &Hits;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds