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

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h174 /// \param Hits Will be populated with the set of module files that have
178 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.cpp293 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { argument
294 Hits.clear();
312 Hits.insert(MF);
H A DASTReader.cpp1757 GlobalModuleIndex::HitSet Hits; local
1760 if (GlobalIndex->lookupIdentifier(II.getName(), Hits)) {
1761 HitsPtr = &Hits;
7109 GlobalModuleIndex::HitSet Hits; local
7112 if (GlobalIndex->lookupIdentifier(Name, Hits)) {
7113 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 229 milliseconds