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