Searched refs:setImpl (Results 1 – 2 of 2) sorted by relevance
417 private void setImpl(StorelessUnivariateStatistic[] newImpl, in setImpl() method in MultivariateSummaryStatistics449 setImpl(sumImpl, this.sumImpl); in setSumImpl()476 setImpl(sumsqImpl, this.sumSqImpl); in setSumsqImpl()503 setImpl(minImpl, this.minImpl); in setMinImpl()530 setImpl(maxImpl, this.maxImpl); in setMaxImpl()557 setImpl(sumLogImpl, this.sumLogImpl); in setSumLogImpl()584 setImpl(geoMeanImpl, this.geoMeanImpl); in setGeoMeanImpl()611 setImpl(meanImpl, this.meanImpl); in setMeanImpl()
1285 static inline CXCursorSet packCXCursorSet(CXCursorSet_Impl *setImpl) { in packCXCursorSet() argument1286 return (CXCursorSet) setImpl; in packCXCursorSet()1322 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set); in clang_CXCursorSet_contains() local1323 if (!setImpl) in clang_CXCursorSet_contains()1325 return setImpl->find(cursor) != setImpl->end(); in clang_CXCursorSet_contains()1334 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set); in clang_CXCursorSet_insert() local1335 if (!setImpl) in clang_CXCursorSet_insert()1337 unsigned &entry = (*setImpl)[cursor]; in clang_CXCursorSet_insert()