Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcode_generator.cc53 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorContext
Dcode_generator.h147 virtual io::ZeroCopyOutputStream* OpenForInsert(
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()
Dplugin.cc79 virtual io::ZeroCopyOutputStream* OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::GeneratorResponseContext
Dcommand_line_interface.cc362 io::ZeroCopyOutputStream* OpenForInsert(
566 CommandLineInterface::GeneratorContextImpl::OpenForInsert( in OpenForInsert() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
1595 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc80 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc78 context->OpenForInsert(filename, insertion_point)); in TryInsert()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc176 context->OpenForInsert(filename, insertion_point)); in TryInsert()