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

  /external/pdfium/xfa/src/fxjse/src/
value.h 38 V8_INLINE FX_BOOL IsBoolean() const {
45 return hValue->IsBoolean();
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 97 def IsBoolean(x):
101 if IsBoolean(bool): return bool
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 97 def IsBoolean(x):
101 if IsBoolean(bool): return bool
  /art/runtime/verifier/
reg_type.h 53 virtual bool IsBoolean() const { return false; }
135 IsShort() || IsBoolean();
140 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); }
142 return IsConstantByte() || IsByte() || IsBoolean();
145 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
152 IsBoolean();
396 bool IsBoolean() const OVERRIDE { return true; }
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 87 bool IsBoolean() const { return m_Type == PDFOBJ_BOOLEAN; }
  /external/v8/src/
objects-inl.h 808 bool HeapObject::IsBoolean() const {
    [all...]
api.cc     [all...]

Completed in 771 milliseconds