Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
63 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
2176 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2695 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2724 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2763 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2795 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2846 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5288 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function5703 size_t ComputeHashCode() const OVERRIDE { return type_index_.index_; } in ComputeHashCode() function5909 size_t ComputeHashCode() const OVERRIDE { return string_index_.index_; } in ComputeHashCode() function6054 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function