Searched refs:to_output (Results 1 – 3 of 3) sorted by relevance
299 def from_splittable(self, ustr, to_output=True): argument312 if to_output:
128 .. method:: from_splittable(ustr[, to_output])140 If *to_output* is ``True`` (the default), uses *output_codec* to convert141 to an encoded format. If *to_output* is ``False``, it uses *input_codec*.
2177 std::set<const FileDescriptor*> to_output; in WriteDescriptorSet() local2178 to_output.insert(parsed_files.begin(), parsed_files.end()); in WriteDescriptorSet()2184 if (to_output.find(dependency) == to_output.end()) { in WriteDescriptorSet()