Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 13 of 13) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h43 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function
116 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function
138 bool IsReadOnly() const in IsReadOnly() function
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dresource.h50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
Dbuffer_backed_descriptor.cc91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
DMapField.cs345 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField
772 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
DRepeatedField.cs396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp206 bool IsReadOnly) { in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h79 bool IsReadOnly) override { in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp541 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
784 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h291 bool IsReadOnly; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h88 bool IsReadOnly) override { in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp510 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad()