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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 124 const FileDescriptor* proto_file = local
129 ASSERT_TRUE(proto_file != NULL);
137 ASSERT_TRUE(generator.Generate(proto_file, parameter,
  /external/protobuf/src/google/protobuf/compiler/
plugin.cc 108 const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
plugin.pb.h 124 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
128 inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
132 proto_file() const;
483 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
490 inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const { function in class:google::protobuf::compiler::CodeGeneratorRequest
500 CodeGeneratorRequest::proto_file() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
plugin.pb.cc 272 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
323 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
326 15, this->proto_file(i), output);
356 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
360 15, this->proto_file(i), target);
389 // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
394 this->proto_file(i));
447 if (!this->proto_file(i).IsInitialized()) return false;
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc 55 std::ifstream proto_file(history_proto_path.value().c_str());
63 while (!proto_file.eof()) {
64 proto_file.getline(sql_cmd_line, kCommandBufferMaxSize);
65 if (!proto_file.eof()) {
77 proto_file.close();

Completed in 140 milliseconds