Searched refs:EnumerateTopLevelFunctions (Results 1 – 12 of 12) sorted by relevance
76 ns.EnumerateTopLevelFunctions(fnCallback); in EnumerateAllMethods()82 mod.EnumerateTopLevelFunctions(fnCallback); in EnumerateAllMethods()
131 bool EnumerateTopLevelFunctions(const std::function<bool(core::Function)> &cb) const;
54 inline bool Namespace::EnumerateTopLevelFunctions(const std::function<bool(core::Function)> &cb) co… in EnumerateTopLevelFunctions() function
177 bool EnumerateTopLevelFunctions(const std::function<bool(core::Function)> &cb) const;
138 inline bool Module::EnumerateTopLevelFunctions(const std::function<bool(core::Function)> &cb) const in EnumerateTopLevelFunctions() function
91 abckit::mock::helpers::GetMockCoreNamespace(f).EnumerateTopLevelFunctions( in TEST_F()
192 …abckit::mock::helpers::GetMockCoreModule(f).EnumerateTopLevelFunctions(DEFAULT_LAMBDA(abckit::core… in TEST_F()
78 ns.EnumerateTopLevelFunctions(fnCallback); in EnumerateAllMethods()85 mod.EnumerateTopLevelFunctions(fnCallback); in EnumerateAllMethods()
105 mod.EnumerateTopLevelFunctions(cb); in EnumerateModuleFunctions()
130 mod.EnumerateTopLevelFunctions([&](const abckit::core::Function &func) -> bool { in FindMethodWithRouterTable()
39 mod.EnumerateTopLevelFunctions(cb); in EnumerateModuleFunctions()