Home
last modified time | relevance | path

Searched defs:GetFile (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.cpp301 bool CPVRTMemoryFileSystem::GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize) in GetFile() function in CPVRTMemoryFileSystem
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go222 func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { func
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc427 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
983 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1551 static void GetFile(const CDatabase &inDb, unsigned index, CFileItem &file, CFileItem2 &file2) in GetFile() function
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go381 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { func
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go354 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { func
/external/clang/lib/Serialization/
DASTReader.cpp1552 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() local