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

  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 12 static FX_BOOL IsTagged(const CPDF_Document* pDoc)
20 if (!IsTagged(pDoc)) {
29 if (!IsTagged(pDoc)) {
  /external/v8/src/compiler/
simplified-lowering.cc 788 Node* SimplifiedLowering::IsTagged(Node* node) {
    [all...]
  /external/v8/src/
property-details.h 148 bool IsTagged() const { return kind_ == kTagged; }
150 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }

Completed in 321 milliseconds