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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1262 scoped_ptr<io::ZeroCopyOutputStream> current_output; local
1268 // We reset current_output to NULL first so that the old file is closed
1270 current_output.reset();
1271 current_output.reset(generator_context->OpenForInsert(
1275 // We reset current_output to NULL first so that the old file is closed
1277 current_output.reset();
1278 current_output.reset(generator_context->Open(output_file.name()));
1279 } else if (current_output == NULL) {
1288 io::CodedOutputStream writer(current_output.get());
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1174 scoped_ptr<io::ZeroCopyOutputStream> current_output; local
1180 // We reset current_output to NULL first so that the old file is closed
1182 current_output.reset();
1183 current_output.reset(output_directory->OpenForInsert(
1187 // We reset current_output to NULL first so that the old file is closed
1189 current_output.reset();
1190 current_output.reset(output_directory->Open(output_file.name()));
1191 } else if (current_output == NULL) {
1200 io::CodedOutputStream writer(current_output.get());
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc74 Output* current_output() { return &outputs[outputs.size()-1]; } function in struct:leveldb::DBImpl::CompactionState
788 const uint64_t output_number = compact->current_output()->number;
800 compact->current_output()->file_size = current_bytes;
960 compact->current_output()->smallest.DecodeFrom(key);
962 compact->current_output()->largest.DecodeFrom(key);
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2945 char *current_output; local
2951 current_output = sentence;
2965 *current_output = '\0';
2970 *current_output = '\0';
2974 *current_output = '\0';
2978 *( current_output - 1 ) = '\0';
2983 *( current_output - 1 ) = '\0';
2987 *( current_output - 1 ) = '\0';
2991 *current_output = '\0';
3011 *current_output
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2560 char *current_output; local
2566 current_output = sentence;
2579 *current_output = '\0';
2584 *current_output = '\0';
2588 *current_output = '\0';
2592 *( current_output - 1 ) = '\0';
2597 *( current_output - 1 ) = '\0';
2601 *( current_output - 1 ) = '\0';
2605 *current_output = '\0';
2625 *current_output
[all...]

Completed in 163 milliseconds