Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc77 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.h146 virtual io::ZeroCopyOutputStream* OpenForInsert(
Dcode_generator.cc82 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
Dmock_code_generator.cc230 std::unique_ptr<io::ZeroCopyOutputStream> output(context->OpenForInsert( in Generate()
243 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.cc389 io::ZeroCopyOutputStream* OpenForInsert(const std::string& filename,
601 CommandLineInterface::GeneratorContextImpl::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
2072 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc75 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc174 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()
/external/rust/crates/grpcio-sys/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()
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc82 ZeroCopyOutputStream* OpenForInsert(const std::string& filename, in OpenForInsert() function in grpc_tools::internal::GeneratorContextImpl