/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 | 36 // A TypeCode is used to distinguish different kinds of external reference. 38 enum TypeCode { 98 void AddFromId(TypeCode type, 104 void Add(Address address, TypeCode type, uint16_t id, const char* name);
|
serialize.cc | 54 static uint32_t EncodeExternal(TypeCode type, uint16_t id) { 78 void ExternalReferenceTable::AddFromId(TypeCode type, 114 TypeCode type, 142 TypeCode type; [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);
|
serialize.cc | 52 static uint32_t EncodeExternal(TypeCode type, uint16_t id) { 76 void ExternalReferenceTable::AddFromId(TypeCode type, 112 TypeCode type, 140 TypeCode type; [all...] |
/frameworks/native/libs/binder/ |
TextOutput.cpp | 142 TextOutput& operator<<(TextOutput& to, const TypeCode& val) 144 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
|
IPCThreadState.cpp | 149 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl 557 << handle << " / code " << TypeCode(code) << ": " 1065 << TypeCode(tr.code) << ": " << indent << buffer [all...] |
Parcel.cpp | [all...] |
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 761 enum TypeCode { [all...] |
/external/chromium_org/v8/test/cctest/ |
test-serialize.cc | 97 static int make_code(TypeCode type, int id) {
|
/external/v8/test/cctest/ |
test-serialize.cc | 96 static int make_code(TypeCode type, int id) {
|
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |
ASTWriter.cpp | 82 TypeCode Code; [all...] |