Home
last modified time | relevance | path

Searched defs:AddFunction (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.cpp52 void ExportedSymbolSet::AddFunction(const std::string &name, in AddFunction() function in header_checker::repr::ExportedSymbolSet
Dexported_symbol_set_test.cpp26 TEST(ExportedSymbolSetTest, AddFunction) { in TEST() argument
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp88 void ModuleIR::AddFunction(FunctionIR &&function) { in AddFunction() function in header_checker::repr::ModuleIR