Searched refs:TypeCode (Results 1 – 6 of 6) sorted by relevance
85 class TypeCode88 inline explicit TypeCode(uint32_t code);89 inline ~TypeCode();97 TextOutput& operator<<(TextOutput& to, const TypeCode& val);180 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } in TypeCode() function181 inline TypeCode::~TypeCode() { } in ~TypeCode()182 inline uint32_t TypeCode::typeCode() const { return mCode; } in typeCode()
51 android::TypeCode input(fdp.ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput()
45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<()
139 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)(uint64_t)btd->flags << endl in printBinderTransactionData()698 << handle << " / code " << TypeCode(code) << ": " in transact()1258 << TypeCode(tr.code) << ": " << indent << buffer in executeCommand()
2174 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()
117 android::TypeCode val(1234); in TEST()