/external/chromium_org/third_party/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/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.proto | 57 // descriptor will be included in proto_file, below. 74 repeated FileDescriptorProto proto_file = 15;
|
plugin.pb.cc | 280 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 331 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 334 15, this->proto_file(i), output); 364 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 368 15, this->proto_file(i), target); 397 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 402 this->proto_file(i)); 455 if (!this->proto_file(i).IsInitialized()) return false; [all...] |
plugin.cc | 115 const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
|
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/protobuf/src/google/protobuf/compiler/ |
plugin.proto | 55 // descriptor will be included in proto_file, below. 72 repeated FileDescriptorProto proto_file = 15;
|
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...] |
plugin.cc | 108 const FileDescriptor* file = pool.BuildFile(request.proto_file(i));
|
/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();
|
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index_unittest.cc | 208 std::ifstream proto_file(history_proto_path.value().c_str()); 217 while (!proto_file.eof()) { 218 proto_file.getline(sql_cmd_line, kCommandBufferMaxSize); 219 if (!proto_file.eof()) { [all...] |
/prebuilts/misc/linux-x86/protobuf/ |
aprotoc | |