Searched refs:with_type (Results 1 – 3 of 3) sorted by relevance
62 std::string ArtField::PrettyField(ArtField* f, bool with_type) { in PrettyField() argument66 return f->PrettyField(with_type); in PrettyField()69 std::string ArtField::PrettyField(bool with_type) { in PrettyField() argument71 if (with_type) { in PrettyField()
228 static std::string PrettyField(ArtField* f, bool with_type = true)230 std::string PrettyField(bool with_type = true)
603 std::string DexFile::PrettyField(uint32_t field_idx, bool with_type) const { in PrettyField()609 if (with_type) { in PrettyField()