Searched refs:preferred_location_ (Results 1 – 1 of 1) sorted by relevance
183 : preferred_location_(0) {} in FieldGroup()187 : preferred_location_(preferred_location), in FieldGroup()197 preferred_location_ = in Append()198 (preferred_location_ * fields_.size() + in Append()199 (other.preferred_location_ * other.fields_.size())) / in Append()204 void SetPreferredLocation(float location) { preferred_location_ = location; } in SetPreferredLocation()209 return preferred_location_ < other.preferred_location_; in operator <()218 float preferred_location_; member in google::protobuf::compiler::cpp::__anon527932ab0111::FieldGroup