Searched defs:ComputeHashCode (Results 1 – 2 of 2) sorted by relevance
67 int String::ComputeHashCode() { in ComputeHashCode() function in art::mirror::String
2287 virtual size_t ComputeHashCode() const { in ComputeHashCode() function2876 size_t ComputeHashCode() const OVERRIDE { return 0; } in ComputeHashCode() function2909 size_t ComputeHashCode() const OVERRIDE { return GetValue(); } in ComputeHashCode() function2953 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function2989 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function3046 size_t ComputeHashCode() const OVERRIDE { return static_cast<size_t>(GetValue()); } in ComputeHashCode() function5599 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function6085 size_t ComputeHashCode() const OVERRIDE { return type_index_.index_; } in ComputeHashCode() function6307 size_t ComputeHashCode() const OVERRIDE { return string_index_.index_; } in ComputeHashCode() function6475 size_t ComputeHashCode() const OVERRIDE { in ComputeHashCode() function