Home
last modified time | relevance | path

Searched refs:OpenForInsert (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc175 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> output(context->OpenForInsert( in Generate()
188 context->OpenForInsert(GetOutputFileName(insert_into[i], file), in Generate()
Dcode_generator.cc53 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
Dcode_generator.h147 virtual io::ZeroCopyOutputStream* OpenForInsert(
Dplugin.cc79 virtual io::ZeroCopyOutputStream* OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorResponseContext
Dcommand_line_interface.cc364 io::ZeroCopyOutputStream* OpenForInsert(
568 CommandLineInterface::GeneratorContextImpl::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
1587 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc77 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc80 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc176 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/external/grpc-grpc/src/compiler/
Dcpp_plugin.cc137 context->OpenForInsert(filename, insertion_point)); in Insert()
Dpython_generator.cc732 output.reset(context->OpenForInsert(file_name, "module_scope")); in GenerateGrpc()