Searched defs:SimpleSymbolSupplier (Results 1 – 1 of 1) sorted by relevance
96 explicit SimpleSymbolSupplier(const string& path) : paths_(1, path) {} in SimpleSymbolSupplier() function100 explicit SimpleSymbolSupplier(const vector<string>& paths) : paths_(paths) {} in SimpleSymbolSupplier() function