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

/inkscape/src/extension/
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 13 milliseconds