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

  /frameworks/native/include/utils/
TextOutput.h 80 class TypeCode
83 inline TypeCode(uint32_t code);
84 inline ~TypeCode();
86 inline uint32_t typeCode() const;
92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
161 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
162 inline TypeCode::~TypeCode() { }
163 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /external/v8/src/
serialize.h 36 // A TypeCode is used to distinguish different kinds of external reference.
38 enum TypeCode {
96 void AddFromId(TypeCode type,
102 void Add(Address address, TypeCode type, uint16_t id, const char* name);
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 666 enum TypeCode {
    [all...]

Completed in 194 milliseconds