Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DElementList.java22 final class ElementList implements IElementList class
27 public ElementList () in ElementList() method in ElementList
/external/skia/src/gpu/
DGrReducedClip.h48 typedef SkTLList<SkClipStack::Element, 16> ElementList; typedef
DGrClipStackClip.cpp28 typedef GrReducedClip::ElementList ElementList; typedef
/external/clang/include/clang/Analysis/
DCFG.h358 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function
/external/skia/tests/
DClipStackTest.cpp22 typedef GrReducedClip::ElementList ElementList; typedef