Home
last modified time | relevance | path

Searched refs:current_output (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dcopy_segments.hpp73 RangeOut& current_output) in apply()
118 detail::overlay::append_no_dups_or_spikes(current_output, *it, strategy, robust_policy); in apply()
129 static inline void append_to_output(RangeOut& current_output, in append_to_output() argument
135 detail::overlay::append_no_dups_or_spikes(current_output, point, in append_to_output()
142 static inline void append_to_output(RangeOut& current_output, in append_to_output() argument
148 …detail::overlay::append_no_duplicates(current_output, point, strategy.get_equals_point_point_strat… in append_to_output()
165 RangeOut& current_output) in apply() argument
184 append_to_output(current_output, *it, strategy, robust_policy, in apply()
206 RangeOut& current_output) in apply()
217 current_output in apply()
[all …]
/third_party/weston/clients/
Dfullscreen.c59 struct fs_output *current_output; member
164 fullscreen->current_output ? output_get_model(fullscreen->current_output->output): "null"); in redraw_handler()
298 if (fullscreen->current_output) in key_handler()
299 wl_output = output_get_wl_output(fullscreen->current_output->output); in key_handler()
312 fsout = fullscreen->current_output; in key_handler()
319 if (fullscreen->current_output) { in key_handler()
320 if (fullscreen->current_output->link.next == &fullscreen->output_list) in key_handler()
323 fsout = wl_container_of(fullscreen->current_output->link.next, in key_handler()
330 fullscreen->current_output = fsout; in key_handler()
340 if (!fullscreen->fshell || !fullscreen->current_output) in key_handler()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc508 UnicodeString current_output(current_output_.c_str()); in GetRememberedPosition() local
510 return ConvertUnicodeStringPosition(current_output, original_position_); in GetRememberedPosition()
516 current_output_index < current_output.length()) { in GetRememberedPosition()
518 current_output[current_output_index]) { in GetRememberedPosition()
523 return ConvertUnicodeStringPosition(current_output, current_output_index); in GetRememberedPosition()
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2216 std::unique_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
2225 current_output.reset(); in GeneratePluginOutput()
2226 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
2232 current_output.reset(); in GeneratePluginOutput()
2233 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
2234 } else if (current_output == NULL) { in GeneratePluginOutput()
2244 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()