Searched refs:OpenForInsert (Results 1 – 10 of 10) sorted by relevance
77 context->OpenForInsert(filename, insertion_point)); in TryInsert()
156 virtual io::ZeroCopyOutputStream* OpenForInsert(
82 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
239 std::unique_ptr<io::ZeroCopyOutputStream> output(context->OpenForInsert( in Generate()252 context->OpenForInsert(GetOutputFileName(insert_into[i], file), in Generate()
81 virtual io::ZeroCopyOutputStream* OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorResponseContext
387 io::ZeroCopyOutputStream* OpenForInsert(const std::string& filename,592 CommandLineInterface::GeneratorContextImpl::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl2226 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
75 context->OpenForInsert(filename, insertion_point)); in TryInsert()
174 context->OpenForInsert(filename, insertion_point)); in TryInsert()
152 context->OpenForInsert(filename, insertion_point)); in Insert()
843 output.reset(context->OpenForInsert(file_name, "module_scope")); in GenerateGrpc()