Searched defs:mutable_file (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/nacl/browser/
H A Dpnacl_host_unittest.cc74 base::File* mutable_file = const_cast<base::File*>(&file); local
75 EXPECT_TRUE(mutable_file->GetInfo(&info));
82 static_cast<size_t>(mutable_file->Write(0, str, kBufferSize)));
89 base::File* mutable_file = const_cast<base::File*>(&file); local
90 EXPECT_TRUE(mutable_file->GetInfo(&info));
99 static_cast<size_t>(mutable_file->Read(0, data, kBufferSize)));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h352 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* mutable_file(int index);
357 mutable_file();
823 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::mutable_file(int index) { function in class:google::protobuf::compiler::CodeGeneratorResponse
834 CodeGeneratorResponse::mutable_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h355 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* mutable_file(int index);
360 mutable_file();
694 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::mutable_file(int index) { function in class:google::protobuf::compiler::CodeGeneratorResponse
705 CodeGeneratorResponse::mutable_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h657 FileResource* mutable_file() { return file_.get(); } function in class:google_apis::ChangeResource
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h211 inline ::google::protobuf::FileDescriptorProto* mutable_file(int index);
216 mutable_file();
2479 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::mutable_file(int index) { function in class:google::protobuf::FileDescriptorSet
2490 FileDescriptorSet::mutable_file() { function in class:google::protobuf::FileDescriptorSet
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h215 inline ::google::protobuf::FileDescriptorProto* mutable_file(int index);
220 mutable_file();
2788 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::mutable_file(int index) { function in class:google::protobuf::FileDescriptorSet
2799 FileDescriptorSet::mutable_file() { function in class:google::protobuf::FileDescriptorSet

Completed in 422 milliseconds