Lines Matching refs:location_
116 location_(0) {
128 location_(0) {
141 location_(location) {}
196 T GetLocation() const { return location_; }
202 // to the object. Reusing the location_ field for this is convenient.
207 location_ = location;
243 T location_;
337 : location_(location),
352 T GetLocation() const { return location_; }
358 void SetLocationToInvalidateOnly(T location) { location_ = location; }
363 T location_;