Searched refs:preferred_location_ (Results 1 – 1 of 1) sorted by relevance
189 : preferred_location_(0) {} in FieldGroup()193 : preferred_location_(preferred_location), in FieldGroup()203 preferred_location_ = in Append()204 (preferred_location_ * fields_.size() + in Append()205 (other.preferred_location_ * other.fields_.size())) / in Append()210 void SetPreferredLocation(float location) { preferred_location_ = location; } in SetPreferredLocation()215 return preferred_location_ < other.preferred_location_; in operator <()224 float preferred_location_; member in google::protobuf::compiler::cpp::__anon8d59fb140111::FieldGroup