Searched refs:class_name_ (Results 1 – 2 of 2) sorted by relevance
255 class_name_ = field->GetDeclaringClass()->GetDescriptor(&tmp_); in MemberSignature()264 class_name_ = method->GetDeclaringClassDescriptorView(); in MemberSignature()273 class_name_ = dex_file.GetFieldDeclaringClassDescriptor(field_id); in MemberSignature()282 class_name_ = dex_file.GetMethodDeclaringClassDescriptor(method_id); in MemberSignature()290 return {class_name_.c_str(), "->", member_name_.c_str(), ":", type_signature_.c_str()}; in GetSignatureParts()293 return {class_name_.c_str(), "->", member_name_.c_str(), type_signature_.c_str()}; in GetSignatureParts()349 return type_ == other.type_ && class_name_ == other.class_name_ && in Equals()
181 std::string class_name_; variable