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

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfoEntry.h 23 TypeCode() const
  /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...]
  /external/chromium_org/v8/src/
serialize.h 13 // A TypeCode is used to distinguish different kinds of external reference.
15 enum TypeCode {
72 void AddFromId(TypeCode type,
78 void Add(Address address, TypeCode type, uint16_t id, const char* name);
  /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 771 enum TypeCode {
    [all...]

Completed in 261 milliseconds