Home
last modified time | relevance | path

Searched defs:IsHidden (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.h44 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; } in IsHidden() function
113 bool IsHidden() const { return MatchesMask(FILE_ATTRIBUTE_HIDDEN); } in IsHidden() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h19 bool IsHidden = false; variable
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py445 def IsHidden(self, path): member in TestSuite
/third_party/libabigail/tests/lib/
Dcatch.hpp4776 IsHidden = 1 << 1, enumerator