HomeSort by relevance Sort by last modified time
    Searched defs:proto_file (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 126 const FileDescriptor* proto_file = local
131 ASSERT_TRUE(proto_file != NULL);
138 ASSERT_TRUE(generator.Generate(proto_file, parameter,
  /external/perfetto/tools/proto_to_cpp/
proto_to_cpp.cc 82 std::string GetProtoHeader(const FileDescriptor* proto_file) {
83 return StringReplace(proto_file->name(), ".proto", ".pb.h", false);
149 std::string ProtoToCpp::GetHeaderPath(const FileDescriptor* proto_file) {
150 std::string basename = Split(proto_file->name(), "/").back();
154 std::string ProtoToCpp::GetCppPath(const FileDescriptor* proto_file) {
155 std::string basename = Split(proto_file->name(), "/").back();
159 std::string ProtoToCpp::GetIncludePath(const FileDescriptor* proto_file) {
160 std::string basename = Split(proto_file->name(), "/").back();
202 const FileDescriptor* proto_file = importer_.Import(src_proto); local
203 if (!proto_file) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 109 std::string StripDotProto(const std::string& proto_file) {
110 int lastindex = proto_file.find_last_of(".");
111 return proto_file.substr(0, lastindex);
124 std::string proto_file = descriptor->name(); local
125 int lastslash = proto_file.find_last_of("/");
126 std::string base = proto_file.substr(lastslash + 1);
  /system/core/storaged/
storaged.cpp 177 string proto_file = proto_path(user_id); local
178 ifstream in(proto_file, ofstream::in | ofstream::binary);
192 LOG_TO(SYSTEM, WARNING) << "CRC mismatch in " << proto_file;
239 string proto_file = proto_path(user_id); local
240 string tmp_file = proto_file + "_tmp";
290 rename(tmp_file.c_str(), proto_file.c_str());
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 140 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
144 const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
150 proto_file() const;
520 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
527 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
528 // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
532 // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
536 // @@protoc_insertion_point(field_add:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
541 // @@protoc_insertion_point(field_mutable_list:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
545 CodeGeneratorRequest::proto_file() const function in class:google::protobuf::compiler::CodeGeneratorRequest
    [all...]
plugin.pb.cc 301 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
363 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
366 15, this->proto_file(i), output);
400 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
404 15, this->proto_file(i), target);
433 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
438 this->proto_file(i));
499 if (!::google::protobuf::internal::AllAreInitialized(this->proto_file())) return false;
636 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
643 const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const function in class:google::protobuf::compiler::CodeGeneratorRequest
661 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
131 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
135 proto_file() const;
500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
507 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
517 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
131 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
135 proto_file() const;
500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
507 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
517 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
131 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
135 proto_file() const;
500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
507 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
517 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 140 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
144 const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
150 proto_file() const;
520 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
527 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
528 // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
532 // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
536 // @@protoc_insertion_point(field_add:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
541 // @@protoc_insertion_point(field_mutable_list:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
545 CodeGeneratorRequest::proto_file() const function in class:google::protobuf::compiler::CodeGeneratorRequest
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
plugin.pb.h 127 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
131 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
135 proto_file() const;
500 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
507 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
517 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest

Completed in 381 milliseconds