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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java 176 public boolean isStruct()
420 throw new XMPException("IsStruct and IsArray options are mutually exclusive",
  /external/clang/include/clang/AST/
APValue.h 183 bool isStruct() const { return Kind == Struct; }
294 assert(isStruct() && "Invalid accessor");
298 assert(isStruct() && "Invalid accessor");
302 assert(isStruct() && "Invalid accessor");
306 assert(isStruct() && "Invalid accessor");
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 91 Bool isStruct;
117 Bool isStruct;

Completed in 447 milliseconds