Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
66 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
1499 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2228 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2266 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2301 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2322 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2349 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3166 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function3435 size_t ComputeHashCode() const OVERRIDE { return type_index_; } in ComputeHashCode() function3510 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode() function3581 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function