HomeSort by relevance Sort by last modified time
    Searched refs:TypeCode (Results 1 - 12 of 12) 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...]
  /frameworks/native/libs/binder/
TextOutput.cpp 142 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
144 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
IPCThreadState.cpp 148 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
556 << handle << " / code " << TypeCode(code) << ": "
    [all...]
Parcel.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 186 UCHAR TypeCode : 2;
  /external/chromium_org/v8/src/
serialize.h 17 // A TypeCode is used to distinguish different kinds of external reference.
19 enum TypeCode {
75 void AddFromId(TypeCode type,
81 void Add(Address address, TypeCode type, uint16_t id, const char* name);
serialize.cc 35 static uint32_t EncodeExternal(TypeCode type, uint16_t id) {
59 void ExternalReferenceTable::AddFromId(TypeCode type,
95 TypeCode type,
263 TypeCode type;
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 771 enum TypeCode {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 61 static int make_code(TypeCode type, int id) {
  /external/clang/lib/Serialization/
ASTWriter.cpp 85 TypeCode Code;
    [all...]
ASTReader.cpp     [all...]

Completed in 417 milliseconds