HomeSort by relevance Sort by last modified time
    Searched refs:OpenForInsert (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.h 113 virtual io::ZeroCopyOutputStream* OpenForInsert(
code_generator.cc 47 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert(
plugin.cc 78 virtual io::ZeroCopyOutputStream* OpenForInsert(
mock_code_generator.cc 159 context->OpenForInsert(
173 context->OpenForInsert(
command_line_interface.cc 255 io::ZeroCopyOutputStream* OpenForInsert(
441 CommandLineInterface::GeneratorContextImpl::OpenForInsert(
482 // This was an OpenForInsert().
649 // they should share a single GeneratorContext so that OpenForInsert() works.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
code_generator.h 112 virtual io::ZeroCopyOutputStream* OpenForInsert(
code_generator.cc 47 io::ZeroCopyOutputStream* OutputDirectory::OpenForInsert(
plugin.cc 76 virtual io::ZeroCopyOutputStream* OpenForInsert(
mock_code_generator.cc 137 output_directory->OpenForInsert(
150 output_directory->OpenForInsert(
command_line_interface.cc 243 io::ZeroCopyOutputStream* OpenForInsert(
422 CommandLineInterface::MemoryOutputDirectory::OpenForInsert(
463 // This was an OpenForInsert().
608 // they should share a single OutputDirectory (so that OpenForInsert() works).
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 71 context->OpenForInsert(filename, insertion_point));
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 71 output_directory->OpenForInsert(filename, insertion_point));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 76 context->OpenForInsert(filename, insertion_point));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 74 context->OpenForInsert(filename, insertion_point));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 76 output_directory->OpenForInsert(filename, insertion_point));
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 73 output_directory->OpenForInsert(filename, insertion_point));

Completed in 93 milliseconds