/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 77 void TryInsert(const string& filename, const string& insertion_point, in TryInsert() argument 80 context->OpenForInsert(filename, insertion_point)); in TryInsert() 82 printer.Print("// inserted $name$\n", "name", insertion_point); in TryInsert()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 75 void TryInsert(const string& filename, const string& insertion_point, in TryInsert() argument 78 context->OpenForInsert(filename, insertion_point)); in TryInsert() 80 printer.Print("// inserted $name$\n", "name", insertion_point); in TryInsert()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 173 void TryInsert(const string& filename, const string& insertion_point, in TryInsert() argument 176 context->OpenForInsert(filename, insertion_point)); in TryInsert() 178 printer.Print("// inserted $name$\n", "name", insertion_point); in TryInsert()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.cc | 80 const string& filename, const string& insertion_point) { in OpenForInsert() argument 83 file->set_insertion_point(insertion_point); in OpenForInsert()
|
D | plugin.pb.cc | 789 this->insertion_point().data(), this->insertion_point().length(), in MergePartialFromCodedStream() 854 this->insertion_point().data(), this->insertion_point().length(), in SerializeWithCachedSizes() 858 2, this->insertion_point(), output); in SerializeWithCachedSizes() 895 this->insertion_point().data(), this->insertion_point().length(), in InternalSerializeWithCachedSizesToArray() 900 2, this->insertion_point(), target); in InternalSerializeWithCachedSizesToArray() 938 this->insertion_point()); in ByteSize() 1415 const ::std::string& CodeGeneratorResponse_File::insertion_point() const { in insertion_point() function in google::protobuf::compiler::CodeGeneratorResponse_File 1445 void CodeGeneratorResponse_File::set_allocated_insertion_point(::std::string* insertion_point) { in set_allocated_insertion_point() argument 1446 if (insertion_point != NULL) { in set_allocated_insertion_point() 1451 …SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), insertion_point); in set_allocated_insertion_point()
|
D | code_generator.cc | 54 const string& filename, const string& insertion_point) { in OpenForInsert() argument
|
D | code_generator.h | 148 const string& filename, const string& insertion_point);
|
D | plugin.pb.h | 260 const ::std::string& insertion_point() const; 266 void set_allocated_insertion_point(::std::string* insertion_point); 634 inline const ::std::string& CodeGeneratorResponse_File::insertion_point() const { in insertion_point() function 664 …ne void CodeGeneratorResponse_File::set_allocated_insertion_point(::std::string* insertion_point) { in set_allocated_insertion_point() argument 665 if (insertion_point != NULL) { in set_allocated_insertion_point() 670 …SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), insertion_point); in set_allocated_insertion_point()
|
D | plugin.proto | 117 // as the insertion_point. Code inserted at this point will be placed 128 // insertion_point "namespace_scope" to generate additional classes or 143 // If |insertion_point| is present, |name| must also be present. 144 optional string insertion_point = 2; field
|
D | command_line_interface.cc | 363 const string& filename, const string& insertion_point); 384 const string& insertion_point); 567 const string& filename, const string& insertion_point) { in OpenForInsert() argument 568 return new MemoryOutputStream(this, filename, insertion_point); in OpenForInsert() 583 const string& insertion_point) in MemoryOutputStream() argument 586 insertion_point_(insertion_point), in MemoryOutputStream() 1590 if (!output_file.insertion_point().empty()) { in GeneratePluginOutput() 1596 output_file.name(), output_file.insertion_point())); in GeneratePluginOutput()
|