HomeSort by relevance Sort by last modified time
    Searched refs:TypeCode (Results 1 - 10 of 10) 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...]
  /frameworks/native/libs/utils/
TextOutput.cpp 127 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
129 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
  /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...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 666 enum TypeCode {
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 148 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl
515 << handle << " / code " << TypeCode(code) << ": "
1023 << TypeCode(tr.code) << ": " << indent << buffer
    [all...]
Parcel.cpp     [all...]
  /external/v8/test/cctest/
test-serialize.cc 96 static int make_code(TypeCode type, int id) {
  /external/clang/lib/Serialization/
ASTWriter.cpp 78 TypeCode Code;
    [all...]
ASTReader.cpp     [all...]

Completed in 333 milliseconds