Searched refs:with_type (Results 1 – 4 of 4) sorted by relevance
55 std::string ArtField::PrettyField(ArtField* f, bool with_type) { in PrettyField() argument59 return f->PrettyField(with_type); in PrettyField()62 std::string ArtField::PrettyField(bool with_type) { in PrettyField() argument64 if (with_type) { in PrettyField()
224 static std::string PrettyField(ArtField* f, bool with_type = true)226 std::string PrettyField(bool with_type = true)
551 std::string DexFile::PrettyField(uint32_t field_idx, bool with_type) const { in PrettyField()557 if (with_type) { in PrettyField()
749 std::string PrettyField(uint32_t field_idx, bool with_type = true) const;