Searched defs:IsReadOnly (Results 1 – 13 of 13) sorted by relevance
43 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() function116 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); } in IsReadOnly() function138 bool IsReadOnly() const in IsReadOnly() function
50 bool IsReadOnly() const { return is_read_only_; } in IsReadOnly() function
91 bool BufferBackedDescriptor::IsReadOnly() const { in IsReadOnly() function in amber::vulkan::BufferBackedDescriptor
112 public bool IsReadOnly property in Google.Protobuf.Collections.ReadOnlyDictionary
345 public bool IsReadOnly { get { return false; } } property in Google.Protobuf.Collections.MapField772 public bool IsReadOnly { get { return true; } } property in Google.Protobuf.Collections.MapField.MapView
396 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
25 bool IsReadOnly) { in allocateDataSection()
206 bool IsReadOnly) { in allocateDataSection()
79 bool IsReadOnly) override { in allocateDataSection()
541 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local784 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
291 bool IsReadOnly; variable
88 bool IsReadOnly) override { in allocateDataSection()
510 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad()