Searched defs:IsReadOnly (Results 1 – 12 of 12) 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
315 public bool IsReadOnly => false; field in Google.Protobuf.Collections.MapField670 public bool IsReadOnly => true; field in Google.Protobuf.Collections.MapField.MapView
373 public bool IsReadOnly => false; field in Google.Protobuf.Collections.RepeatedField
25 bool IsReadOnly) { in allocateDataSection()
203 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()