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

  /external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc 74 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/protobuf/src/google/protobuf/compiler/
plugin.pb.h 355 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/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 352 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/chromium_org/google_apis/drive/
drive_api_parser.h 657 FileResource* mutable_file() { return file_.get(); } function in class:google_apis::ChangeResource
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 211 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
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h 215 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
    [all...]

Completed in 189 milliseconds