Rename shadowing local variables in various stats objects
authorMatt Dordal <mnd@fb.com>
Wed, 3 Sep 2014 23:47:14 +0000 (16:47 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 9 Sep 2014 21:22:23 +0000 (14:22 -0700)
commit940aec84f3398307f36a4f1f66fca9b766353a51
treebfbc28146ad9f02abd7696a55e13446f597e36c1
parent95f17b5283ce53886181d6315b1945149696f7eb
Rename shadowing local variables in various stats objects

Summary:
The GCC shadow variable detector is quite zealous in warning about
shadowed members. Here, we have local variables that share the name
of member functions. Rename them so that -Wshadow doesn't complain.

Test Plan:
It didn't build, and now it does.

`fbconfig -r folly && fbmake runtests`

Reviewed By: njormrod@fb.com

Subscribers: fbcode-common-diffs@, njormrod

FB internal diff: D1534033
folly/stats/BucketedTimeSeries-defs.h
folly/stats/BucketedTimeSeries.h
folly/stats/MultiLevelTimeSeries-defs.h
folly/stats/TimeseriesHistogram-defs.h