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

  /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/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/tensorflow/tensorflow/python/tools/
selective_registration_header_lib.py 40 for proto_file in proto_files:
41 tf_logging.info('Loading proto file %s', proto_file)
43 file_data = gfile.GFile(proto_file, 'rb').read()
  /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/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);
csharp_helpers.h 72 std::string StripDotProto(const std::string& proto_file);
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 51 std::string StripDotProto(const std::string& proto_file);
73 std::string StripDotProto(const std::string& proto_file) {
74 int lastindex = proto_file.find_last_of(".");
75 return proto_file.substr(0, lastindex);
78 std::string GetOutputFilename(const std::string& proto_file) {
79 return StripDotProto(proto_file) + ".rb";
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 101 const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
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...]
  /frameworks/base/tools/streaming_proto/cpp/
main.cpp 183 const FileDescriptorProto& file_descriptor = request.proto_file(i);
  /frameworks/base/tools/streaming_proto/java/
main.cpp 285 const FileDescriptorProto& file_descriptor = request.proto_file(i);
  /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
  /external/golang-protobuf/protoc-gen-go/plugin/
plugin.pb.go 81 // descriptor will be included in proto_file, below.
99 ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file,json=protoFile" json:"proto_file,omitempty"`
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]

Completed in 512 milliseconds