Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dtest_utils.h25 template <typename T> class EntityCounter : public DoNothingVisitor {
27 EntityCounter() : mCount(0) {} in EntityCounter() function
38 EntityCounter<T> v; in countEntity()