Searched defs:HandleType (Results 1 – 4 of 4) sorted by relevance
25 struct HandleType : public Type { struct
26 HandleType::HandleType(Scope* parent) : Type(parent) {} in HandleType() function in android::HandleType
82 bool ElfInterfaceArm::HandleType(uint64_t offset, uint32_t type, uint64_t load_bias) { in HandleType() function in unwindstack::ElfInterfaceArm
124 virtual bool HandleType(uint64_t, uint32_t, uint64_t) { return false; } in HandleType() function