Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp44 mEntryPointsDeleter(mEntryPoints), in Module()
54 mEntryPointsDeleter(mEntryPoints), in Module()
128 DeserializeZeroOrMore<EntryPointDefinition>(IS, mEntryPoints); in DeserializeInternal()
130 for (auto entry : mEntryPoints) { in DeserializeInternal()
226 mEntryPoints.push_back(entry); in addEntryPoint()
Dmodule.h99 for (auto entry : mEntryPoints) { in accept()
235 std::vector<EntryPointDefinition *> mEntryPoints; variable