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

  /external/flatbuffers/include/flatbuffers/
reflection.h 39 inline bool IsLong (reflection::BaseType t) { return t == reflection::Long ||
idl.h 110 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG ||
  /art/runtime/verifier/
reg_type.h 174 virtual bool IsLong() const { return false; }
617 bool IsLong() const OVERRIDE { return true; }
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]

Completed in 285 milliseconds