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

  /frameworks/native/include/binder/
TextOutput.h 85 class TypeCode
88 inline TypeCode(uint32_t code);
89 inline ~TypeCode();
91 inline uint32_t typeCode() const;
97 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
167 inline TypeCode::~TypeCode() { }
168 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 186 UCHAR TypeCode : 2;
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 828 enum TypeCode {
    [all...]

Completed in 458 milliseconds