Searched defs:IsReadOnly (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ | ||
D | property-details.h | 112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function |
D | property.h | 283 bool IsReadOnly() { return details_.IsReadOnly(); } in IsReadOnly() function |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ | ||
D | SubList.cs | 75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList |
/external/chromium/net/base/ | ||
D | cert_database_nss.cc | 272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::CertDatabase |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ | ||
D | HashList.cs | 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList |