Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc77 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h156 virtual io::ZeroCopyOutputStream* OpenForInsert(
Dcode_generator.cc82 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
Dmock_code_generator.cc239 std::unique_ptr<io::ZeroCopyOutputStream> output(context->OpenForInsert( in Generate()
252 context->OpenForInsert(GetOutputFileName(insert_into[i], file), in Generate()
Dplugin.cc81 virtual io::ZeroCopyOutputStream* OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorResponseContext
Dcommand_line_interface.cc387 io::ZeroCopyOutputStream* OpenForInsert(const std::string& filename,
592 CommandLineInterface::GeneratorContextImpl::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
2226 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc75 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc174 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/third_party/grpc/src/compiler/
Dcpp_plugin.h152 context->OpenForInsert(filename, insertion_point)); in Insert()
Dpython_generator.cc843 output.reset(context->OpenForInsert(file_name, "module_scope")); in GenerateGrpc()