Searched refs:OpenForInsert (Results 1 – 13 of 13) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 77 context->OpenForInsert(filename, insertion_point)); in TryInsert()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 146 virtual io::ZeroCopyOutputStream* OpenForInsert(
|
D | code_generator.cc | 82 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
|
D | mock_code_generator.cc | 230 std::unique_ptr<io::ZeroCopyOutputStream> output(context->OpenForInsert( in Generate() 243 context->OpenForInsert(GetOutputFileName(insert_into[i], file), in Generate()
|
D | plugin.cc | 81 virtual io::ZeroCopyOutputStream* OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorResponseContext
|
D | command_line_interface.cc | 389 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/ |
D | python_plugin_unittest.cc | 75 context->OpenForInsert(filename, insertion_point)); in TryInsert()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 174 context->OpenForInsert(filename, insertion_point)); in TryInsert()
|
/external/grpc-grpc/src/compiler/ |
D | cpp_plugin.cc | 137 context->OpenForInsert(filename, insertion_point)); in Insert()
|
D | python_generator.cc | 732 output.reset(context->OpenForInsert(file_name, "module_scope")); in GenerateGrpc()
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | cpp_plugin.h | 152 context->OpenForInsert(filename, insertion_point)); in Insert()
|
D | python_generator.cc | 843 output.reset(context->OpenForInsert(file_name, "module_scope")); in GenerateGrpc()
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | main.cc | 82 ZeroCopyOutputStream* OpenForInsert(const std::string& filename, in OpenForInsert() function in grpc_tools::internal::GeneratorContextImpl
|