Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
67 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
2002 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2507 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2536 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2575 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2607 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2658 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5025 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function5369 size_t ComputeHashCode() const OVERRIDE { return type_index_; } in ComputeHashCode() function5532 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode() function5703 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function