Home
last modified time | relevance | path

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

/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()