Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/symbol/
Dversion_script_parser_test.cpp51 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
52 EXPECT_NE(funcs.end(), funcs.find("foo1")); in TEST()
53 EXPECT_NE(funcs.end(), funcs.find("foo2")); in TEST()
54 EXPECT_EQ(funcs.end(), funcs.find("bar1")); in TEST()
55 EXPECT_EQ(funcs.end(), funcs.find("bar2")); in TEST()
90 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
91 EXPECT_NE(funcs.end(), funcs.find("foo2")); in TEST()
106 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
107 EXPECT_EQ(funcs.end(), funcs.find("foo2")); in TEST()
145 const ExportedSymbolSet::FunctionMap &funcs = result->GetFunctions(); in TEST() local
[all …]
Dexported_symbol_set_test.cpp31 const ExportedSymbolSet::FunctionMap &funcs = symbols.GetFunctions(); in TEST() local
33 ASSERT_NE(funcs.end(), funcs.find("global")); in TEST()
35 funcs.at("global").GetBinding()); in TEST()
37 ASSERT_NE(funcs.end(), funcs.find("weak")); in TEST()
39 funcs.at("weak").GetBinding()); in TEST()