Searched refs:in_dep (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/
H A Ddependency.h65 friend std::ostream & operator<< (std::ostream &out_file, const Dependency & in_dep);
68 std::ostream & operator<< (std::ostream &out_file, const Dependency & in_dep);
H A Ddependency.cpp253 operator<< (std::ostream &out_file, const Dependency & in_dep) argument
256 out_file << _(" type: ") << _(in_dep._type_str[in_dep._type]) << '\n';
257 out_file << _(" location: ") << _(in_dep._location_str[in_dep._location]) << '\n';
258 out_file << _(" string: ") << in_dep._string << '\n';
260 if (in_dep._description != NULL) {
261 out_file << _(" description: ") << _(in_dep._description) << '\n';

Completed in 49 milliseconds