Searched refs:TypeEnumerator (Results 1 – 2 of 2) sorted by relevance
50 std::unique_ptr<NativeEnumTypes> TypeEnumerator) in NativeEnumFunctionArgs() argument51 : Session(Session), TypeEnumerator(std::move(TypeEnumerator)) {} in NativeEnumFunctionArgs()54 return TypeEnumerator->getChildCount(); in getChildCount()57 return wrap(TypeEnumerator->getChildAtIndex(Index)); in getChildAtIndex()60 return wrap(TypeEnumerator->getNext()); in getNext()63 void reset() override { TypeEnumerator->reset(); } in reset()73 std::unique_ptr<NativeEnumTypes> TypeEnumerator; member in __anonb5a81fdf0111::NativeEnumFunctionArgs
117 LV_OBJECT_ALLOCATOR(TypeEnumerator)223 LV_CREATE_OBJECT(TypeEnumerator) in LV_CREATE_OBJECT()