HomeSort by relevance Sort by last modified time
    Searched defs:IsHidden (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_caption.cpp 57 bool CXFA_Caption::IsHidden() {
  /external/catch2/include/internal/
catch_test_case_info.h 30 IsHidden = 1 << 1,
46 bool isHidden() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSymbolWasm.h 20 bool IsHidden = false;
55 bool isHidden() const { return IsHidden; }
56 void setHidden(bool isHidden) { IsHidden = isHidden; }
  /external/lzma/CPP/Windows/
FileFind.h 16 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; }
53 bool IsHidden() const { return MatchesMask(FILE_ATTRIBUTE_HIDDEN); }

Completed in 391 milliseconds