from 52 ash/display/mouse_cursor_event_filter.cc const aura::Window* from) { from 54 ash/display/mouse_cursor_event_filter.cc if (Shell::GetScreen()->GetNumDisplays() <= 1 || from == NULL) { from 60 ash/display/mouse_cursor_event_filter.cc drag_source_root_ = from; from 45 ash/display/mouse_cursor_event_filter.h void ShowSharedEdgeIndicator(const aura::Window* from); from 99 ash/system/locale/locale_notification_controller.cc base::string16 from = l10n_util::GetDisplayNameForLocale( from 107 ash/system/locale/locale_notification_controller.cc IDS_ASH_STATUS_TRAY_LOCALE_REVERT_MESSAGE, from))); from 116 ash/system/locale/locale_notification_controller.cc IDS_ASH_STATUS_TRAY_LOCALE_CHANGE_MESSAGE, from, to), from 97 base/i18n/build_utf8_validator_tables.cc return (from() < rhs.from() || (from() == rhs.from() && to() < rhs.to())); from 101 base/i18n/build_utf8_validator_tables.cc return from() == rhs.from() && to() == rhs.to(); from 272 base/i18n/build_utf8_validator_tables.cc static_cast<int>(set_it->from()), from 284 base/i18n/build_utf8_validator_tables.cc uint8 from; from 314 base/i18n/build_utf8_validator_tables.cc DCHECK_LT(0, range.from()); from 317 base/i18n/build_utf8_validator_tables.cc {0, 1}, {range.from(), target_state}, from 342 base/i18n/build_utf8_validator_tables.cc if (states[0].back().from == range.from()) { from 350 base/i18n/build_utf8_validator_tables.cc const StateRange new_range_initializer[] = {{range.from(), target_state}, from 386 base/i18n/build_utf8_validator_tables.cc while (shift > 0 && range_it->from % (1 << shift) != 0) { from 411 base/i18n/build_utf8_validator_tables.cc states[state_index][next_range].from == i) { from 22 base/message_loop/message_pump_glib.cc int GetTimeIntervalMilliseconds(const TimeTicks& from) { from 23 base/message_loop/message_pump_glib.cc if (from.is_null()) from 30 base/message_loop/message_pump_glib.cc ceil((from - TimeTicks::Now()).InMillisecondsF())); from 35 cc/animation/transform_operation.cc static bool ShareSameAxis(const TransformOperation* from, from 41 cc/animation/transform_operation.cc if (IsOperationIdentity(from) && IsOperationIdentity(to)) from 44 cc/animation/transform_operation.cc if (IsOperationIdentity(from) && !IsOperationIdentity(to)) { from 52 cc/animation/transform_operation.cc if (!IsOperationIdentity(from) && IsOperationIdentity(to)) { from 53 cc/animation/transform_operation.cc *axis_x = from->rotate.axis.x; from 54 cc/animation/transform_operation.cc *axis_y = from->rotate.axis.y; from 55 cc/animation/transform_operation.cc *axis_z = from->rotate.axis.z; from 56 cc/animation/transform_operation.cc *angle_from = from->rotate.angle; from 60 cc/animation/transform_operation.cc SkMScalar length_2 = from->rotate.axis.x * from->rotate.axis.x + from 61 cc/animation/transform_operation.cc from->rotate.axis.y * from->rotate.axis.y + from 62 cc/animation/transform_operation.cc from->rotate.axis.z * from->rotate.axis.z; from 70 cc/animation/transform_operation.cc SkMScalar dot = to->rotate.axis.x * from->rotate.axis.x + from 71 cc/animation/transform_operation.cc to->rotate.axis.y * from->rotate.axis.y + from 72 cc/animation/transform_operation.cc to->rotate.axis.z * from->rotate.axis.z; from 82 cc/animation/transform_operation.cc *angle_from = dot > 0 ? from->rotate.angle : -from->rotate.angle; from 87 cc/animation/transform_operation.cc static SkMScalar BlendSkMScalars(SkMScalar from, from 90 cc/animation/transform_operation.cc return from * (1 - progress) + to * progress; from 94 cc/animation/transform_operation.cc const TransformOperation* from, from 98 cc/animation/transform_operation.cc if (IsOperationIdentity(from) && IsOperationIdentity(to)) from 104 cc/animation/transform_operation.cc interpolation_type = from->type; from 110 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->translate.x; from 111 cc/animation/transform_operation.cc SkMScalar from_y = IsOperationIdentity(from) ? 0 : from->translate.y; from 112 cc/animation/transform_operation.cc SkMScalar from_z = IsOperationIdentity(from) ? 0 : from->translate.z; from 127 cc/animation/transform_operation.cc if (ShareSameAxis(from, to, &axis_x, &axis_y, &axis_z, &from_angle)) { from 135 cc/animation/transform_operation.cc if (!IsOperationIdentity(from)) from 136 cc/animation/transform_operation.cc from_matrix = from->matrix; from 144 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 1 : from->scale.x; from 145 cc/animation/transform_operation.cc SkMScalar from_y = IsOperationIdentity(from) ? 1 : from->scale.y; from 146 cc/animation/transform_operation.cc SkMScalar from_z = IsOperationIdentity(from) ? 1 : from->scale.z; from 156 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->skew.x; from 157 cc/animation/transform_operation.cc SkMScalar from_y = IsOperationIdentity(from) ? 0 : from->skew.y; from 166 cc/animation/transform_operation.cc IsOperationIdentity(from) ? std::numeric_limits<SkMScalar>::max() from 167 cc/animation/transform_operation.cc : from->perspective_depth; from 188 cc/animation/transform_operation.cc if (!IsOperationIdentity(from)) from 189 cc/animation/transform_operation.cc from_matrix = from->matrix; from 232 cc/animation/transform_operation.cc const TransformOperation* from, from 237 cc/animation/transform_operation.cc const TransformOperation* exemplar = from ? from : to; from 255 cc/animation/transform_operation.cc SkMScalar from_angle = from ? from->rotate.angle : 0.f; from 261 cc/animation/transform_operation.cc if (from && to) { from 367 cc/animation/transform_operation.cc const TransformOperation* from, from 372 cc/animation/transform_operation.cc bool is_identity_from = IsOperationIdentity(from); from 382 cc/animation/transform_operation.cc interpolation_type = from->type; from 396 cc/animation/transform_operation.cc if (!BlendTransformOperations(from, to, min_progress, &from_transform) || from 397 cc/animation/transform_operation.cc !BlendTransformOperations(from, to, max_progress, &to_transform)) from 414 cc/animation/transform_operation.cc if (!ShareSameAxis(from, to, &axis_x, &axis_y, &axis_z, &from_angle)) from 425 cc/animation/transform_operation.cc corner, from, to, min_progress, max_progress, &box_for_arc); from 59 cc/animation/transform_operation.h static bool BlendTransformOperations(const TransformOperation* from, from 65 cc/animation/transform_operation.h const TransformOperation* from, from 39 cc/animation/transform_operations.cc gfx::Transform TransformOperations::Blend(const TransformOperations& from, from 42 cc/animation/transform_operations.cc BlendInternal(from, progress, &to_return); from 47 cc/animation/transform_operations.cc const TransformOperations& from, from 53 cc/animation/transform_operations.cc bool from_identity = from.IsIdentity(); from 58 cc/animation/transform_operations.cc if (!MatchesTypes(from)) from 62 cc/animation/transform_operations.cc std::max(from_identity ? 0 : from.operations_.size(), from 67 cc/animation/transform_operations.cc from_identity ? NULL : &from.operations_[i]; from 113 cc/animation/transform_operations.cc bool TransformOperations::MaximumScale(const TransformOperations& from, from 117 cc/animation/transform_operations.cc if (!MatchesTypes(from)) from 123 cc/animation/transform_operations.cc if (!from.ScaleComponent(&from_scale) || !ScaleComponent(&to_scale)) from 278 cc/animation/transform_operations.cc bool TransformOperations::BlendInternal(const TransformOperations& from, from 281 cc/animation/transform_operations.cc bool from_identity = from.IsIdentity(); from 286 cc/animation/transform_operations.cc if (MatchesTypes(from)) { from 288 cc/animation/transform_operations.cc std::max(from_identity ? 0 : from.operations_.size(), from 293 cc/animation/transform_operations.cc from_identity ? 0 : &from.operations_[i], from 303 cc/animation/transform_operations.cc if (!ComputeDecomposedTransform() || !from.ComputeDecomposedTransform()) from 309 cc/animation/transform_operations.cc *from.decomposed_transform_.get(), from 47 cc/animation/transform_operations.h gfx::Transform Blend(const TransformOperations& from, from 55 cc/animation/transform_operations.h const TransformOperations& from, from 69 cc/animation/transform_operations.h bool MaximumScale(const TransformOperations& from, from 93 cc/animation/transform_operations.h bool BlendInternal(const TransformOperations& from, from 355 cc/animation/transform_operations_unittest.cc gfx::Transform from; from 356 cc/animation/transform_operations_unittest.cc from.Scale3d(sx1, sy1, sz1); from 357 cc/animation/transform_operations_unittest.cc from.Translate3d(dx1, dy1, dz1); from 366 cc/animation/transform_operations_unittest.cc expected.Blend(from, progress); from 1007 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBounds(const TransformOperations& from, from 1015 cc/animation/transform_operations_unittest.cc to.BlendedBoundsForBox(box, from, min_progress, max_progress, &bounds)); from 1023 cc/animation/transform_operations_unittest.cc gfx::Transform partial_transform = to.Blend(from, t); from 1055 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBoundsEquality(const TransformOperations& from, from 1059 cc/animation/transform_operations_unittest.cc EmpiricallyTestBounds(from, to, min_progress, max_progress, false); from 1062 cc/animation/transform_operations_unittest.cc static void EmpiricallyTestBoundsContainment(const TransformOperations& from, from 1066 cc/animation/transform_operations_unittest.cc EmpiricallyTestBounds(from, to, min_progress, max_progress, true); from 171 cc/output/filter_operation.cc FilterOperation FilterOperation::Blend(const FilterOperation* from, from 176 cc/output/filter_operation.cc if (!from && !to) from 179 cc/output/filter_operation.cc const FilterOperation& from_op = from ? *from : CreateNoOpFilter(to->type()); from 180 cc/output/filter_operation.cc const FilterOperation& to_op = to ? *to : CreateNoOpFilter(from->type()); from 190 cc/output/filter_operation.h static FilterOperation Blend(const FilterOperation* from, from 155 cc/output/filter_operations.cc FilterOperations FilterOperations::Blend(const FilterOperations& from, from 157 cc/output/filter_operations.cc if (HasReferenceFilter() || from.HasReferenceFilter()) from 160 cc/output/filter_operations.cc bool from_is_longer = from.size() > size(); from 163 cc/output/filter_operations.cc if (size() == from.size()) { from 166 cc/output/filter_operations.cc longer_size = from.size(); from 170 cc/output/filter_operations.cc shorter_size = from.size(); from 174 cc/output/filter_operations.cc if (from.at(i).type() != at(i).type()) from 181 cc/output/filter_operations.cc FilterOperation::Blend(&from.at(i), &at(i), progress)); from 187 cc/output/filter_operations.cc FilterOperation::Blend(&from.at(i), NULL, progress)); from 68 cc/output/filter_operations.h FilterOperations Blend(const FilterOperations& from, double progress) const; from 144 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateGrayscaleFilter(0.25f); from 147 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 151 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 155 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.8); from 173 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateSepiaFilter(0.25f); from 176 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 180 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 184 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.8); from 202 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateSaturateFilter(0.25f); from 205 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 209 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 213 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 2.0); from 231 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateHueRotateFilter(3.f); from 234 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 238 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 242 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 260 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateInvertFilter(0.25f); from 263 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 267 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 271 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.8); from 289 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateBrightnessFilter(3.f); from 292 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); from 296 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 300 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 318 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateContrastFilter(3.f); from 321 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); from 325 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 329 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 347 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateOpacityFilter(0.25f); from 350 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 354 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 358 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.8); from 376 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateBlurFilter(3.f); from 379 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.9); from 383 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 387 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 405 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateDropShadowFilter( from 410 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 415 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.25); from 420 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 425 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 447 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateZoomFilter(2.f, 3); from 450 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 454 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 458 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 476 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateSaturatingBrightnessFilter(3.f); from 479 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 484 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.75); from 488 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 512 cc/output/filter_operations_unittest.cc FilterOperation from = FilterOperation::CreateReferenceFilter(from_filter); from 515 cc/output/filter_operations_unittest.cc FilterOperation blended = FilterOperation::Blend(&from, &to, -0.75); from 516 cc/output/filter_operations_unittest.cc EXPECT_EQ(from, blended); from 518 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.5); from 519 cc/output/filter_operations_unittest.cc EXPECT_EQ(from, blended); from 521 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 0.6); from 524 cc/output/filter_operations_unittest.cc blended = FilterOperation::Blend(&from, &to, 1.5); from 549 cc/output/filter_operations_unittest.cc FilterOperations from; from 552 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateBlurFilter(0.f)); from 555 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateSaturateFilter(4.f)); from 558 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateZoomFilter(2.0f, 1)); from 561 cc/output/filter_operations_unittest.cc FilterOperations blended = to.Blend(from, -0.75); from 568 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 0.75); from 575 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 1.5); from 649 cc/output/filter_operations_unittest.cc FilterOperations from; from 652 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateSaturateFilter(3.f)); from 653 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateBlurFilter(2.f)); from 657 cc/output/filter_operations_unittest.cc FilterOperations blended = to.Blend(from, -0.75); from 659 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 0.75); from 661 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 1.5); from 667 cc/output/filter_operations_unittest.cc FilterOperations from; from 670 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateSaturateFilter(3.f)); from 671 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateBlurFilter(2.f)); from 674 cc/output/filter_operations_unittest.cc FilterOperations blended = to.Blend(from, -0.75); from 680 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 0.75); from 686 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 1.5); from 692 cc/output/filter_operations_unittest.cc from.Append(FilterOperation::CreateOpacityFilter(1.f)); from 694 cc/output/filter_operations_unittest.cc blended = to.Blend(from, -0.75); from 696 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 0.75); from 698 cc/output/filter_operations_unittest.cc blended = to.Blend(from, 1.5); from 186 cc/test/animation_test_common.cc FakeFloatTransition::FakeFloatTransition(double duration, float from, float to) from 187 cc/test/animation_test_common.cc : duration_(duration), from_(from), to_(to) {} from 58 cc/test/animation_test_common.h FakeFloatTransition(double duration, float from, float to); from 341 cc/trees/layer_sorter.cc edge.from->outgoing.push_back(&edge); from 446 cc/trees/layer_sorter.cc RemoveEdgeFromList(incoming_edge, &incoming_edge->from->outgoing); from 66 cc/trees/layer_sorter.h : from(from_node), from 70 cc/trees/layer_sorter.h GraphNode* from; from 68 chrome/android/java/src/org/chromium/chrome/browser/WebsiteSettingsPopup.java View section = LayoutInflater.from(mContext).inflate(R.layout.website_settings, null); from 114 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java mAdapter = new AppMenuAdapter(this, menuItems, LayoutInflater.from(context)); from 164 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (AppBannerView) LayoutInflater.from(context).inflate(BANNER_LAYOUT, null); from 532 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java (AppBannerView) LayoutInflater.from(getContext()).inflate(BANNER_LAYOUT, null); from 63 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java (DomDistillerFeedbackReportingView) LayoutInflater.from(context) from 142 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java mMessageView = (TextView) LayoutInflater.from(context).inflate(R.layout.infobar_text, null); from 234 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java secondaryButton = (Button) LayoutInflater.from(getContext()).inflate( from 242 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java primaryButton = (Button) LayoutInflater.from(getContext()).inflate( from 209 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java TextView estimator = (TextView) LayoutInflater.from(getContext()).inflate( from 223 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java result = (TextView) LayoutInflater.from(getContext()).inflate( from 238 chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateLanguagePanel.java result = (TextView) LayoutInflater.from(getContext()).inflate( from 147 chrome/browser/chromeos/drive/resource_metadata_storage.cc bool MoveIfPossible(const base::FilePath& from, const base::FilePath& to) { from 148 chrome/browser/chromeos/drive/resource_metadata_storage.cc return !base::PathExists(from) || base::Move(from, to); from 201 chrome/browser/chromeos/locale_change_guard.cc base::string16 from = l10n_util::GetDisplayNameForLocale( from 209 chrome/browser/chromeos/locale_change_guard.cc IDS_LOCALE_CHANGE_MESSAGE, from, to); from 211 chrome/browser/chromeos/locale_change_guard.cc IDS_LOCALE_CHANGE_REVERT_MESSAGE, from); from 118 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc void AppendAll(const base::ListValue& from, base::ListValue* to) { from 119 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc for (base::ListValue::const_iterator it = from.begin(); it != from.end(); from 239 chrome/browser/component_updater/component_updater_service.cc size_t ChangeItemStatus(CrxUpdateItem::Status from, from 445 chrome/browser/component_updater/component_updater_service.cc size_t CrxUpdateService::ChangeItemStatus(CrxUpdateItem::Status from, from 452 chrome/browser/component_updater/component_updater_service.cc if (item->status == from) { from 126 chrome/browser/devtools/adb/android_rsa.cc uint64 BnGuess(uint32* a, uint32* b, uint64 from, uint64 to) { from 127 chrome/browser/devtools/adb/android_rsa.cc if (from + 1 >= to) from 128 chrome/browser/devtools/adb/android_rsa.cc return from; from 130 chrome/browser/devtools/adb/android_rsa.cc uint64 guess = (from + to) / 2; from 137 chrome/browser/devtools/adb/android_rsa.cc return BnGuess(a, b, from, guess); from 128 chrome/browser/devtools/port_forwarding_controller.cc void Pump(net::StreamSocket* from, net::StreamSocket* to) { from 130 chrome/browser/devtools/port_forwarding_controller.cc int result = from->Read( from 134 chrome/browser/devtools/port_forwarding_controller.cc &SocketTunnel::OnRead, base::Unretained(this), from, to, buffer)); from 136 chrome/browser/devtools/port_forwarding_controller.cc OnRead(from, to, buffer, result); from 139 chrome/browser/devtools/port_forwarding_controller.cc void OnRead(net::StreamSocket* from, from 158 chrome/browser/devtools/port_forwarding_controller.cc from, from 161 chrome/browser/devtools/port_forwarding_controller.cc OnWritten(drainable, from, to, result); from 165 chrome/browser/devtools/port_forwarding_controller.cc net::StreamSocket* from, from 182 chrome/browser/devtools/port_forwarding_controller.cc from, from 185 chrome/browser/devtools/port_forwarding_controller.cc OnWritten(drainable, from, to, result); from 193 chrome/browser/devtools/port_forwarding_controller.cc Pump(from, to); from 141 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc std::string from; from 143 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc INPUT_FORMAT_VALIDATE(dict->GetString(keys::kFromKey, &from)); from 150 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc scoped_ptr<RE2> from_pattern(new RE2(from, options)); from 153 chrome/browser/extensions/api/declarative_webrequest/webrequest_action.cc *error = "Invalid pattern '" + from + "' -> '" + to + "'"; from 16 chrome/browser/extensions/blacklist_state_fetcher_unittest.cc void Assign(BlacklistState* to, BlacklistState from) { from 17 chrome/browser/extensions/blacklist_state_fetcher_unittest.cc *to = from; from 69 chrome/browser/extensions/blacklist_unittest.cc void Assign(T *to, const T& from) { from 70 chrome/browser/extensions/blacklist_unittest.cc *to = from; from 345 chrome/browser/printing/print_dialog_gtk.cc range.from = gtk_range[i].start; from 141 chrome/browser/printing/print_job_worker.cc if (!dict->GetInteger(kSettingPageRangeFrom, &range.from) || from 148 chrome/browser/printing/print_job_worker.cc range.from--; from 538 chrome/browser/process_singleton_linux.cc sockaddr_un from; from 539 chrome/browser/process_singleton_linux.cc socklen_t from_len = sizeof(from); from 541 chrome/browser/process_singleton_linux.cc fd, reinterpret_cast<sockaddr*>(&from), &from_len)); from 120 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::MoveApp(Profile* profile, size_t from, size_t to) { from 123 chrome/browser/sync/test/integration/sync_app_list_helper.cc service->model()->top_level_item_list()->MoveItem(from, to); from 35 chrome/browser/sync/test/integration/sync_app_list_helper.h void MoveApp(Profile* profile, size_t from, size_t to); from 154 chrome/browser/ui/app_list/search/people/people_result.cc request.from = signin_manager->GetAuthenticatedAccountId(); from 178 chrome/browser/ui/cocoa/tabs/tab_strip_controller.h - (void)moveTabFromIndex:(NSInteger)from; from 83 chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h fromIndex:(NSInteger)from from 75 chrome/browser/ui/gtk/tabs/drag_data.cc int from, int to, int* mini, int* non_mini) const { from 80 chrome/browser/ui/gtk/tabs/drag_data.cc for (int i = from; i < to; ++i) { from 75 chrome/browser/ui/gtk/tabs/drag_data.h void GetNumberOfMiniNonMiniTabs(int from, int to, int* mini, from 167 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int DraggedViewGtk::GetWidthInTabStripFromTo(int from, int to) { from 168 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc DCHECK(from <= static_cast<int>(drag_data_->size())); from 173 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc drag_data_->GetNumberOfMiniNonMiniTabs(from, to, from 176 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc + mini_tab_count * mini_width_ - std::max(to - from - 1, 0) * 16; from 77 chrome/browser/ui/gtk/tabs/dragged_view_gtk.h int GetWidthInTabStripFromTo(int from, int to); from 353 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.cc range.from = gtk_range[i].start; from 1343 chrome/browser/ui/views/download/download_item_view.cc void DownloadItemView::AnimateStateTransition(State from, State to, from 1345 chrome/browser/ui/views/download/download_item_view.cc if (from == NORMAL && to == HOT) { from 1347 chrome/browser/ui/views/download/download_item_view.cc } else if (from == HOT && to == NORMAL) { from 1349 chrome/browser/ui/views/download/download_item_view.cc } else if (from != to) { from 229 chrome/browser/ui/views/download/download_item_view.h void AnimateStateTransition(State from, State to, from 197 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc void StackedTabStripLayout::MoveTab(int from, from 72 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h void MoveTab(int from, from 468 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc const int from; from 491 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc view_model_.MoveViewOnly(test_data[i].from, test_data[i].to); from 497 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc layout_->MoveTab(test_data[i].from, test_data[i].to, from 157 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc double GetConversionFactor(UnitDetails from, UnitDetails to) { from 158 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc if (from.measurement_type != to.measurement_type) { from 163 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.cc return static_cast<double>(from.amount_in_base_units) / from 92 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui_util.h double GetConversionFactor(UnitDetails from, UnitDetails to); from 151 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc std::string from, to; from 152 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc if (!args->GetString(1, &from)) from 156 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc translate_prefs->RemoveLanguagePairFromWhitelist(from, to); from 39 chrome/common/chrome_utility_messages.h IPC_STRUCT_TRAITS_MEMBER(from) from 307 chrome/common/service_process_util_unittest.cc void MoveFunc(const base::FilePath& from, const base::FilePath& to) { from 308 chrome/common/service_process_util_unittest.cc EXPECT_TRUE(base::Move(from, to)); from 311 chrome/common/service_process_util_unittest.cc void ChangeAttr(const base::FilePath& from, int mode) { from 312 chrome/common/service_process_util_unittest.cc EXPECT_EQ(chmod(from.value().c_str(), mode), 0); from 17 chrome/installer/util/installer_util_test_common.cc bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to) { from 20 chrome/installer/util/installer_util_test_common.cc base::string16 double_null_from(from.value()); from 18 chrome/installer/util/installer_util_test_common.h bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to); from 194 chrome/renderer/chrome_mock_render_thread.cc if (!dict->GetInteger(printing::kSettingPageRangeFrom, &range.from) || from 200 chrome/renderer/chrome_mock_render_thread.cc range.from--; from 348 chrome/service/cloud_print/cloud_print_proxy_backend.cc subscription.from = kCloudPrintPushNotificationsSource; from 425 chrome/service/cloud_print/print_system_win.cc range.from = last_page_printed_ + 1; from 657 chrome/utility/chrome_content_utility_client.cc for (int page_number = iter->from; page_number <= iter->to; ++page_number) { from 74 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc subscription.from = kCloudPrintPushNotificationsSource; from 576 components/url_matcher/url_matcher.cc URLMatcherPortFilter::Range URLMatcherPortFilter::CreateRange(int from, from 578 components/url_matcher/url_matcher.cc return Range(from, to); from 242 components/url_matcher/url_matcher.h static Range CreateRange(int from, int to); from 256 components/url_matcher/url_matcher_factory.cc int from = 0, to = 0; from 258 components/url_matcher/url_matcher_factory.cc !range->GetInteger(0, &from) || from 263 components/url_matcher/url_matcher_factory.cc ranges.push_back(URLMatcherPortFilter::CreateRange(from, to)); from 38 content/browser/accessibility/accessibility_mode_helper.cc AccessibilityMode from, from 40 content/browser/accessibility/accessibility_mode_helper.cc unsigned int new_mode = from ^ (mode_to_remove & from); from 47 content/browser/accessibility/accessibility_mode_helper.cc if ((from & AccessibilityModeEditableTextOnly) == from 71 content/browser/devtools/devtools_manager_impl.cc DevToolsClientHost* from, from 73 content/browser/devtools/devtools_manager_impl.cc DevToolsAgentHost* agent_host = GetDevToolsAgentHostFor(from); from 50 content/browser/devtools/devtools_manager_impl.h virtual bool DispatchOnInspectorBackend(DevToolsClientHost* from, from 873 content/common/gpu/media/vaapi_h264_decoder.cc int from, from 877 content/common/gpu/media/vaapi_h264_decoder.cc CHECK(from <= to); from 887 content/common/gpu/media/vaapi_h264_decoder.cc for (int i = to + 1; i > from; --i) from 890 content/common/gpu/media/vaapi_h264_decoder.cc (*v)[from] = pic; from 33 content/public/android/java/src/org/chromium/content/browser/input/DateTimeSuggestionListAdapter.java LayoutInflater inflater = LayoutInflater.from(mContext); from 35 content/public/browser/devtools_manager.h virtual bool DispatchOnInspectorBackend(DevToolsClientHost* from, from 28 content/renderer/shared_memory_seqlock_reader.cc content::OneWriterSeqLock* seqlock, void* final, void* temp, void* from, from 40 content/renderer/shared_memory_seqlock_reader.cc memcpy(temp, from, size); from 25 content/renderer/shared_memory_seqlock_reader.h void* temp, void* from, size_t size); from 19 content/shell/common/webkit_test_helpers.cc const TestPreferences& from, from 22 content/shell/common/webkit_test_helpers.cc from.allow_universal_access_from_file_urls; from 23 content/shell/common/webkit_test_helpers.cc to->dom_paste_enabled = from.dom_paste_allowed; from 24 content/shell/common/webkit_test_helpers.cc to->javascript_can_access_clipboard = from.java_script_can_access_clipboard; from 25 content/shell/common/webkit_test_helpers.cc to->xss_auditor_enabled = from.xss_auditor_enabled; from 27 content/shell/common/webkit_test_helpers.cc from.editing_behavior); from 28 content/shell/common/webkit_test_helpers.cc to->default_font_size = from.default_font_size; from 29 content/shell/common/webkit_test_helpers.cc to->minimum_font_size = from.minimum_font_size; from 30 content/shell/common/webkit_test_helpers.cc to->default_encoding = from.default_text_encoding_name.utf8().data(); from 31 content/shell/common/webkit_test_helpers.cc to->javascript_enabled = from.java_script_enabled; from 32 content/shell/common/webkit_test_helpers.cc to->supports_multiple_windows = from.supports_multiple_windows; from 33 content/shell/common/webkit_test_helpers.cc to->loads_images_automatically = from.loads_images_automatically; from 34 content/shell/common/webkit_test_helpers.cc to->plugins_enabled = from.plugins_enabled; from 35 content/shell/common/webkit_test_helpers.cc to->java_enabled = from.java_enabled; from 36 content/shell/common/webkit_test_helpers.cc to->application_cache_enabled = from.offline_web_application_cache_enabled; from 37 content/shell/common/webkit_test_helpers.cc to->tabs_to_links = from.tabs_to_links; from 38 content/shell/common/webkit_test_helpers.cc to->experimental_webgl_enabled = from.experimental_webgl_enabled; from 40 content/shell/common/webkit_test_helpers.cc to->hyperlink_auditing_enabled = from.hyperlink_auditing_enabled; from 41 content/shell/common/webkit_test_helpers.cc to->caret_browsing_enabled = from.caret_browsing_enabled; from 43 content/shell/common/webkit_test_helpers.cc from.allow_display_of_insecure_content; from 44 content/shell/common/webkit_test_helpers.cc to->allow_running_insecure_content = from.allow_running_of_insecure_content; from 45 content/shell/common/webkit_test_helpers.cc to->should_respect_image_orientation = from.should_respect_image_orientation; from 47 content/shell/common/webkit_test_helpers.cc from.asynchronous_spell_checking_enabled; from 48 content/shell/common/webkit_test_helpers.cc to->allow_file_access_from_file_urls = from.allow_file_access_from_file_urls; from 50 content/shell/common/webkit_test_helpers.cc from.java_script_can_open_windows_automatically; from 25 content/shell/common/webkit_test_helpers.h const TestPreferences& from, WebPreferences* to); from 129 extensions/browser/api/storage/storage_api.cc void AddAllStringValues(const base::ListValue& from, from 133 extensions/browser/api/storage/storage_api.cc for (base::ListValue::const_iterator it = from.begin(); from 134 extensions/browser/api/storage/storage_api.cc it != from.end(); ++it) { from 96 google_apis/gcm/engine/connection_handler_impl_unittest.cc std::string BuildDataMessage(const std::string& from, from 100 google_apis/gcm/engine/connection_handler_impl_unittest.cc data_message.set_from(from); from 290 google_apis/gcm/engine/gcm_store_impl_unittest.cc ASSERT_EQ(message->from(), kAppName + id); from 349 google_apis/gcm/engine/gcm_store_impl_unittest.cc ASSERT_EQ(message->from(), kAppName + id); from 39 google_apis/gcm/engine/mcs_client_unittest.cc MCSMessage BuildDataMessage(const std::string& from, from 51 google_apis/gcm/engine/mcs_client_unittest.cc data_message.set_from(from); from 675 google_apis/gcm/gcm_client_impl.cc data_message_stanza.from()) == iter->second->sender_ids.end()) { from 680 google_apis/gcm/gcm_client_impl.cc incoming_message.sender_id = data_message_stanza.from(); from 606 google_apis/gcm/gcm_client_impl_unittest.cc EXPECT_EQ("gcm@chrome.com", mcs_client()->last_data_message_stanza().from()); from 107 google_apis/gcm/tools/mcs_probe.cc DVLOG(1) << " from: " << data_message.from(); from 105 jingle/glue/fake_socket_factory.cc void FakeUDPPacketSocket::DeliverPacket(const net::IPEndPoint& from, from 110 jingle/glue/fake_socket_factory.cc if (!jingle_glue::IPEndPointToSocketAddress(from, &address)) { from 126 jingle/glue/fake_socket_factory.cc void FakeSocketManager::SendPacket(const net::IPEndPoint& from, from 133 jingle/glue/fake_socket_factory.cc base::Bind(&FakeSocketManager::DeliverPacket, this, from, to, data)); from 136 jingle/glue/fake_socket_factory.cc void FakeSocketManager::DeliverPacket(const net::IPEndPoint& from, from 148 jingle/glue/fake_socket_factory.cc it->second->DeliverPacket(from, data); from 35 jingle/glue/fake_socket_factory.h void DeliverPacket(const net::IPEndPoint& from, from 73 jingle/glue/fake_socket_factory.h void SendPacket(const net::IPEndPoint& from, from 85 jingle/glue/fake_socket_factory.h void DeliverPacket(const net::IPEndPoint& from, from 70 jingle/notifier/listener/non_blocking_push_client_unittest.cc subscriptions[9].from = "from"; from 20 jingle/notifier/listener/notification_defines.cc return channel == other.channel && from == other.from; from 23 jingle/notifier/listener/notification_defines.h std::string from; from 103 jingle/notifier/listener/push_notifications_subscribe_task.cc item->AddAttr(buzz::QN_FROM, iter->from.c_str()); from 39 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc subscription.from = "from.test.com"; from 42 jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc subscription.from = "from.test2.com"; from 116 net/android/keystore_openssl.cc const unsigned char* from, from 126 net/android/keystore_openssl.cc const unsigned char* from, from 139 net/android/keystore_openssl.cc const unsigned char *from, from 164 net/android/keystore_openssl.cc base::StringPiece from_piece(reinterpret_cast<const char*>(from), flen); from 192 net/android/keystore_openssl.cc const unsigned char* from, from 498 net/android/keystore_openssl.cc CRYPTO_EX_DATA* from, from 39 net/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java UserAgent.from(context), from 199 net/cronet/android/java/src/org/chromium/net/HttpUrlConnectionUrlRequest.java UserAgent.from(mContext)); from 745 net/http/http_response_headers.cc size_t HttpResponseHeaders::FindHeader(size_t from, from 747 net/http/http_response_headers.cc for (size_t i = from; i < parsed_.size(); ++i) { from 356 net/http/http_response_headers.h size_t FindHeader(size_t from, const base::StringPiece& name) const; from 76 net/socket/ssl_session_cache_openssl_unittest.cc CRYPTO_EX_DATA* from, from 129 net/third_party/nss/ssl/bodge/secitem_array.c SECITEM_DupArray(PLArenaPool *arena, const SECItemArray *from) from 134 net/third_party/nss/ssl/bodge/secitem_array.c if (!from || !from->items || !from->len) from 137 net/third_party/nss/ssl/bodge/secitem_array.c result = SECITEM_AllocArray(arena, NULL, from->len); from 141 net/third_party/nss/ssl/bodge/secitem_array.c for (i=0; i<from->len; ++i) { from 143 net/third_party/nss/ssl/bodge/secitem_array.c &result->items[i], &from->items[i]); from 13 net/third_party/nss/ssl/ssldef.c #define MAP_ERROR(from,to) if (err == from) { PORT_SetError(to); } from 16 net/third_party/nss/ssl/ssldef.c #define MAP_ERROR(from,to) from 1393 net/third_party/nss/ssl/sslimpl.h const SECItemArray *from); from 453 net/third_party/nss/ssl/sslsnce.c ConvertFromSID(sidCacheEntry *to, sslSessionID *from) from 456 net/third_party/nss/ssl/sslsnce.c to->version = from->version; from 457 net/third_party/nss/ssl/sslsnce.c to->addr = from->addr; from 458 net/third_party/nss/ssl/sslsnce.c to->creationTime = from->creationTime; from 459 net/third_party/nss/ssl/sslsnce.c to->lastAccessTime = from->lastAccessTime; from 460 net/third_party/nss/ssl/sslsnce.c to->expirationTime = from->expirationTime; from 461 net/third_party/nss/ssl/sslsnce.c to->authAlgorithm = from->authAlgorithm; from 462 net/third_party/nss/ssl/sslsnce.c to->authKeyBits = from->authKeyBits; from 463 net/third_party/nss/ssl/sslsnce.c to->keaType = from->keaType; from 464 net/third_party/nss/ssl/sslsnce.c to->keaKeyBits = from->keaKeyBits; from 466 net/third_party/nss/ssl/sslsnce.c if (from->version < SSL_LIBRARY_VERSION_3_0) { from 467 net/third_party/nss/ssl/sslsnce.c if ((from->u.ssl2.masterKey.len > SSL_MAX_MASTER_KEY_BYTES) || from 468 net/third_party/nss/ssl/sslsnce.c (from->u.ssl2.cipherArg.len > SSL_MAX_CYPHER_ARG_BYTES)) { from 470 net/third_party/nss/ssl/sslsnce.c myPid, from->u.ssl2.masterKey.len, from 471 net/third_party/nss/ssl/sslsnce.c from->u.ssl2.cipherArg.len)); from 476 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.cipherType = from->u.ssl2.cipherType; from 477 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.masterKeyLen = from->u.ssl2.masterKey.len; from 478 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.cipherArgLen = from->u.ssl2.cipherArg.len; from 479 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.keyBits = from->u.ssl2.keyBits; from 480 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.secretKeyBits = from->u.ssl2.secretKeyBits; from 482 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->sessionID, from->u.ssl2.sessionID, SSL2_SESSIONID_BYTES); from 483 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl2.masterKey, from->u.ssl2.masterKey.data, from 484 net/third_party/nss/ssl/sslsnce.c from->u.ssl2.masterKey.len); from 485 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl2.cipherArg, from->u.ssl2.cipherArg.data, from 486 net/third_party/nss/ssl/sslsnce.c from->u.ssl2.cipherArg.len); from 488 net/third_party/nss/ssl/sslsnce.c PORT_Memset(to->u.ssl2.masterKey+from->u.ssl2.masterKey.len, 0, from 489 net/third_party/nss/ssl/sslsnce.c sizeof(to->u.ssl2.masterKey) - from->u.ssl2.masterKey.len); from 490 net/third_party/nss/ssl/sslsnce.c PORT_Memset(to->u.ssl2.cipherArg+from->u.ssl2.cipherArg.len, 0, from 491 net/third_party/nss/ssl/sslsnce.c sizeof(to->u.ssl2.cipherArg) - from->u.ssl2.cipherArg.len); from 502 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.cipherSuite = from->u.ssl3.cipherSuite; from 503 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.compression = (PRUint16)from->u.ssl3.compression; from 504 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.keys = from->u.ssl3.keys; from 505 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.masterWrapMech = from->u.ssl3.masterWrapMech; from 506 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.exchKeyType = from->u.ssl3.exchKeyType; from 507 net/third_party/nss/ssl/sslsnce.c to->sessionIDLength = from->u.ssl3.sessionIDLength; from 511 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->sessionID, from->u.ssl3.sessionID, from 528 net/third_party/nss/ssl/sslsnce.c ConvertToSID(sidCacheEntry * from, from 534 net/third_party/nss/ssl/sslsnce.c PRUint16 version = from->version; from 544 net/third_party/nss/ssl/sslsnce.c (unsigned char*) PORT_Alloc(from->u.ssl2.masterKeyLen); from 548 net/third_party/nss/ssl/sslsnce.c if (from->u.ssl2.cipherArgLen) { from 550 net/third_party/nss/ssl/sslsnce.c (unsigned char*)PORT_Alloc(from->u.ssl2.cipherArgLen); from 554 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl2.cipherArg.data, from->u.ssl2.cipherArg, from 555 net/third_party/nss/ssl/sslsnce.c from->u.ssl2.cipherArgLen); from 558 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.cipherType = from->u.ssl2.cipherType; from 559 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.masterKey.len = from->u.ssl2.masterKeyLen; from 560 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.cipherArg.len = from->u.ssl2.cipherArgLen; from 561 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.keyBits = from->u.ssl2.keyBits; from 562 net/third_party/nss/ssl/sslsnce.c to->u.ssl2.secretKeyBits = from->u.ssl2.secretKeyBits; from 564 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl2.sessionID, from->sessionID, SSL2_SESSIONID_BYTES); from 565 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl2.masterKey.data, from->u.ssl2.masterKey, from 566 net/third_party/nss/ssl/sslsnce.c from->u.ssl2.masterKeyLen); from 578 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.sessionIDLength = from->sessionIDLength; from 579 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.cipherSuite = from->u.ssl3.cipherSuite; from 580 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.compression = (SSLCompressionMethod)from->u.ssl3.compression; from 581 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.keys = from->u.ssl3.keys; from 582 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.masterWrapMech = from->u.ssl3.masterWrapMech; from 583 net/third_party/nss/ssl/sslsnce.c to->u.ssl3.exchKeyType = from->u.ssl3.exchKeyType; from 584 net/third_party/nss/ssl/sslsnce.c if (from->u.ssl3.srvNameIndex != -1 && psnce) { from 596 net/third_party/nss/ssl/sslsnce.c PORT_Memcpy(to->u.ssl3.sessionID, from->sessionID, from->sessionIDLength); from 617 net/third_party/nss/ssl/sslsnce.c if (from->u.ssl3.certIndex != -1 && pcce) { from 630 net/third_party/nss/ssl/sslsnce.c to->version = from->version; from 631 net/third_party/nss/ssl/sslsnce.c to->creationTime = from->creationTime; from 632 net/third_party/nss/ssl/sslsnce.c to->lastAccessTime = from->lastAccessTime; from 633 net/third_party/nss/ssl/sslsnce.c to->expirationTime = from->expirationTime; from 635 net/third_party/nss/ssl/sslsnce.c to->addr = from->addr; from 637 net/third_party/nss/ssl/sslsnce.c to->authAlgorithm = from->authAlgorithm; from 638 net/third_party/nss/ssl/sslsnce.c to->authKeyBits = from->authKeyBits; from 639 net/third_party/nss/ssl/sslsnce.c to->keaType = from->keaType; from 640 net/third_party/nss/ssl/sslsnce.c to->keaKeyBits = from->keaKeyBits; from 185 net/tools/dump_cache/url_to_filename_encoder.h static void ReplaceAll(std::string* str, const std::string& from, from 188 net/tools/dump_cache/url_to_filename_encoder.h while ((pos = str->find(from, pos)) != std::string::npos) { from 189 net/tools/dump_cache/url_to_filename_encoder.h str->replace(pos, from.size(), to); from 190 net/tools/dump_cache/url_to_filename_encoder.h pos += from.size(); from 520 net/udp/udp_socket_unittest.cc IPEndPoint from; from 521 net/udp/udp_socket_unittest.cc rv = server.RecvFrom(buffer_.get(), kMaxRead, &from, callback.callback()); from 38 printing/page_number.cc page_number_ = (*ranges_)[0].from; from 67 printing/page_number.cc page_number_ = (*ranges_)[page_range_index_].from; from 22 printing/page_range.cc for (int i = range.from; i <= range.to; ++i) { from 20 printing/page_range.h int from; from 24 printing/page_range.h return from == rhs.from && to == rhs.to; from 11 printing/page_range_unittest.cc range.from = 1; from 14 printing/page_range_unittest.cc range.from = 10; from 17 printing/page_range_unittest.cc range.from = 2; from 41 printing/page_range_unittest.cc range.from = 1; from 58 printing/printed_document.cc mutable_.expected_page_count_ += range.to - range.from + 1; from 53 printing/printing_context_android.cc range.from = *it; from 562 printing/printing_context_win.cc range.from = ranges[i].nFromPage - 1; from 58 remoting/host/host_change_notification_listener.cc const std::string& from = stanza->Attr(buzz::QN_FROM); from 60 remoting/host/host_change_notification_listener.cc if (host_id == host_id_ && from == directory_bot_jid_ && from 37 remoting/host/policy_hack/policy_watcher.cc const base::DictionaryValue* from, from 47 remoting/host/policy_hack/policy_watcher.cc if (!from->Get(i.key(), &value)) { from 62 remoting/host/policy_hack/policy_watcher.cc if (from->GetString(PolicyWatcher::kHostDebugOverridePoliciesName, from 102 remoting/jingle_glue/iq_sender.cc std::string from = stanza->Attr(buzz::QN_FROM); from 112 remoting/jingle_glue/iq_sender.cc if (it->second->addressee_ == from) { from 124 remoting/jingle_glue/iq_sender.cc if (request->addressee_ != from) { from 126 remoting/jingle_glue/iq_sender.cc << " Message received from: " << from from 169 remoting/protocol/jingle_messages.cc from = stanza->Attr(QName(kEmptyNamespace, "from")); from 270 remoting/protocol/jingle_messages.cc if (!from.empty()) from 271 remoting/protocol/jingle_messages.cc root->AddAttr(QName(kEmptyNamespace, "from"), from); from 69 remoting/protocol/jingle_messages.h std::string from; from 128 remoting/protocol/jingle_session.cc peer_jid_ = initiate_message.from; from 419 remoting/protocol/jingle_session.cc if (message.from != peer_jid_) { from 111 remoting/protocol/jingle_session_manager.cc signal_strategy_->GetLocalJid(), message.from, from 786 sandbox/linux/seccomp-bpf/sandbox_bpf.cc return gen->MakeInstruction(BPF_JMP + BPF_JGE + BPF_K, mid->from, jt, jf); from 203 sandbox/linux/seccomp-bpf/sandbox_bpf.h : from(f), to(t), err(e) {} from 204 sandbox/linux/seccomp-bpf/sandbox_bpf.h uint32_t from, to; from 22 sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp const char* from = reinterpret_cast<const char*>(source); from 26 sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp to[i] = from[i]; from 196 sync/notifier/p2p_invalidator.cc subscription.from = email; from 224 sync/notifier/p2p_invalidator_unittest.cc expected_subscription.from = kEmail; from 28 sync/notifier/push_client_channel.cc subscription.from = ""; from 173 sync/syncable/directory_backing_store.cc bool DirectoryBackingStore::DeleteEntries(EntryTable from, from 181 sync/syncable/directory_backing_store.cc switch (from) { from 119 sync/syncable/directory_backing_store.h bool DeleteEntries(EntryTable from, const MetahandleSet& handles); from 391 third_party/cld/base/commandlineflags.h template<typename From> double IsBoolFlag(const From& from); from 392 third_party/cld/base/commandlineflags.h bool IsBoolFlag(bool from); from 97 third_party/cld/encodings/public/encodings.h bool IsEncEncCompatible(const Encoding from, const Encoding to); from 327 third_party/expat/files/lib/xmltok.c const char *from; from 334 third_party/expat/files/lib/xmltok.c for (to = *toP, from = *fromP; from != fromLim; from++, to++) from 335 third_party/expat/files/lib/xmltok.c *to = *from; from 336 third_party/expat/files/lib/xmltok.c *fromP = from; from 346 third_party/expat/files/lib/xmltok.c const char *from = *fromP; from 347 third_party/expat/files/lib/xmltok.c while (from != fromLim && to != toLim) { from 348 third_party/expat/files/lib/xmltok.c switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) { from 350 third_party/expat/files/lib/xmltok.c *to++ = (unsigned short)(((from[0] & 0x1f) << 6) | (from[1] & 0x3f)); from 351 third_party/expat/files/lib/xmltok.c from += 2; from 354 third_party/expat/files/lib/xmltok.c *to++ = (unsigned short)(((from[0] & 0xf) << 12) from 355 third_party/expat/files/lib/xmltok.c | ((from[1] & 0x3f) << 6) | (from[2] & 0x3f)); from 356 third_party/expat/files/lib/xmltok.c from += 3; from 363 third_party/expat/files/lib/xmltok.c n = ((from[0] & 0x7) << 18) | ((from[1] & 0x3f) << 12) from 364 third_party/expat/files/lib/xmltok.c | ((from[2] & 0x3f) << 6) | (from[3] & 0x3f); from 369 third_party/expat/files/lib/xmltok.c from += 4; from 373 third_party/expat/files/lib/xmltok.c *to++ = *from++; from 378 third_party/expat/files/lib/xmltok.c *fromP = from; from 544 third_party/expat/files/lib/xmltok.c const char *from; \ from 545 third_party/expat/files/lib/xmltok.c for (from = *fromP; from != fromLim; from += 2) { \ from 548 third_party/expat/files/lib/xmltok.c unsigned char lo = GET_LO(from); \ from 549 third_party/expat/files/lib/xmltok.c unsigned char hi = GET_HI(from); \ from 554 third_party/expat/files/lib/xmltok.c *fromP = from; \ from 564 third_party/expat/files/lib/xmltok.c *fromP = from; \ from 572 third_party/expat/files/lib/xmltok.c *fromP = from; \ from 582 third_party/expat/files/lib/xmltok.c *fromP = from; \ from 588 third_party/expat/files/lib/xmltok.c from += 2; \ from 589 third_party/expat/files/lib/xmltok.c lo2 = GET_LO(from); \ from 591 third_party/expat/files/lib/xmltok.c | ((GET_HI(from) & 0x3) << 2) \ from 598 third_party/expat/files/lib/xmltok.c *fromP = from; \ from 926 third_party/libpng/pngset.c png_sPLT_tp from = entries + i; from 929 third_party/libpng/pngset.c length = png_strlen(from->name) + 1; from 937 third_party/libpng/pngset.c png_memcpy(to->name, from->name, length); from 939 third_party/libpng/pngset.c (png_uint_32)(from->nentries * png_sizeof(png_sPLT_entry))); from 948 third_party/libpng/pngset.c png_memcpy(to->entries, from->entries, from 949 third_party/libpng/pngset.c from->nentries * png_sizeof(png_sPLT_entry)); from 950 third_party/libpng/pngset.c to->nentries = from->nentries; from 951 third_party/libpng/pngset.c to->depth = from->depth; from 992 third_party/libpng/pngset.c png_unknown_chunkp from = unknowns + i; from 994 third_party/libpng/pngset.c png_memcpy((png_charp)to->name, (png_charp)from->name, from 995 third_party/libpng/pngset.c png_sizeof(from->name)); from 997 third_party/libpng/pngset.c to->size = from->size; from 1001 third_party/libpng/pngset.c if (from->size == 0) from 1006 third_party/libpng/pngset.c (png_uint_32)from->size); from 1014 third_party/libpng/pngset.c png_memcpy(to->data, from->data, from->size); from 948 third_party/libxml/src/error.c xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { from 951 third_party/libxml/src/error.c if ((from == NULL) || (to == NULL)) from 954 third_party/libxml/src/error.c message = (char *) xmlStrdup((xmlChar *) from->message); from 955 third_party/libxml/src/error.c file = (char *) xmlStrdup ((xmlChar *) from->file); from 956 third_party/libxml/src/error.c str1 = (char *) xmlStrdup ((xmlChar *) from->str1); from 957 third_party/libxml/src/error.c str2 = (char *) xmlStrdup ((xmlChar *) from->str2); from 958 third_party/libxml/src/error.c str3 = (char *) xmlStrdup ((xmlChar *) from->str3); from 970 third_party/libxml/src/error.c to->domain = from->domain; from 971 third_party/libxml/src/error.c to->code = from->code; from 972 third_party/libxml/src/error.c to->level = from->level; from 973 third_party/libxml/src/error.c to->line = from->line; from 974 third_party/libxml/src/error.c to->node = from->node; from 975 third_party/libxml/src/error.c to->int1 = from->int1; from 976 third_party/libxml/src/error.c to->int2 = from->int2; from 977 third_party/libxml/src/error.c to->node = from->node; from 978 third_party/libxml/src/error.c to->ctxt = from->ctxt; from 113 third_party/libxml/src/include/libxml/xlink.h const xlinkRole *from, from 57 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 63 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 70 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 78 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 86 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 95 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 103 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 112 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 117 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 121 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 126 third_party/libxml/src/include/libxml/xmlautomata.h xmlAutomataStatePtr from, from 910 third_party/libxml/src/include/libxml/xmlerror.h xmlCopyError (xmlErrorPtr from, from 80 third_party/libxml/src/testAutomata.c int from, to; from 82 third_party/libxml/src/testAutomata.c from = scanNumber(&ptr); from 88 third_party/libxml/src/testAutomata.c if (states[from] == NULL) from 89 third_party/libxml/src/testAutomata.c states[from] = xmlAutomataNewState(am); from 100 third_party/libxml/src/testAutomata.c xmlAutomataNewTransition(am, states[from], states[to], from 104 third_party/libxml/src/testAutomata.c int from, to; from 106 third_party/libxml/src/testAutomata.c from = scanNumber(&ptr); from 112 third_party/libxml/src/testAutomata.c if (states[from] == NULL) from 113 third_party/libxml/src/testAutomata.c states[from] = xmlAutomataNewState(am); from 118 third_party/libxml/src/testAutomata.c xmlAutomataNewEpsilon(am, states[from], states[to]); from 132 third_party/libxml/src/testAutomata.c int from, to; from 135 third_party/libxml/src/testAutomata.c from = scanNumber(&ptr); from 141 third_party/libxml/src/testAutomata.c if (states[from] == NULL) from 142 third_party/libxml/src/testAutomata.c states[from] = xmlAutomataNewState(am); from 167 third_party/libxml/src/testAutomata.c xmlAutomataNewCountTrans(am, states[from], states[to], from 29366 third_party/libxml/src/testapi.c xmlErrorPtr from; /* a source error */ from 29374 third_party/libxml/src/testapi.c from = gen_xmlErrorPtr(n_from, 0); from 29377 third_party/libxml/src/testapi.c ret_val = xmlCopyError(from, to); from 29380 third_party/libxml/src/testapi.c des_xmlErrorPtr(n_from, from, 0); from 1338 third_party/libxml/src/xinclude.c xmlDocPtr from) { from 1345 third_party/libxml/src/xinclude.c if ((from == NULL) || (from->intSubset == NULL)) from 1358 third_party/libxml/src/xinclude.c source = from->intSubset; from 1368 third_party/libxml/src/xinclude.c source = from->extSubset; from 1317 third_party/libxml/src/xmlregexp.c int from) { from 1339 third_party/libxml/src/xmlregexp.c target->transTo[target->nbTransTo] = from; from 1461 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, from 1469 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER); from 1471 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER); from 1483 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to) { from 1489 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, to, -1, -1); from 1502 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, int counter) { from 1508 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1); from 1521 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from, xmlRegStatePtr to, int counter) { from 1527 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter); from 1540 third_party/libxml/src/xmlregexp.c xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, from 1694 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, from, to); from 1729 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1); from 1734 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, from, to); from 1738 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, from, to); from 1748 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(ctxt, from, to); from 1770 third_party/libxml/src/xmlregexp.c xmlRegStatePtr from; from 1776 third_party/libxml/src/xmlregexp.c from = ctxt->states[fromnr]; from 1777 third_party/libxml/src/xmlregexp.c if (from == NULL) from 1791 third_party/libxml/src/xmlregexp.c from->type = XML_REGEXP_FINAL_STATE; from 1805 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, NULL, from 1828 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, from 1832 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(ctxt, from, to->trans[transnr].atom, from 5685 third_party/libxml/src/xmlregexp.c xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, from 5690 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 5700 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { from 5725 third_party/libxml/src/xmlregexp.c xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, from 5730 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 5758 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { from 5785 third_party/libxml/src/xmlregexp.c xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 5791 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 5823 third_party/libxml/src/xmlregexp.c if (xmlFAGenerateTransitions(am, from, to, atom) < 0) { from 5852 third_party/libxml/src/xmlregexp.c xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, from 5859 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 5908 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); from 5917 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(am, from, to); from 5939 third_party/libxml/src/xmlregexp.c xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 5945 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 5974 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); from 5983 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(am, from, to); from 6007 third_party/libxml/src/xmlregexp.c xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6014 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 6060 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); from 6087 third_party/libxml/src/xmlregexp.c xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6093 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (token == NULL)) from 6119 third_party/libxml/src/xmlregexp.c xmlRegStateAddTrans(am, from, atom, to, counter, -1); from 6157 third_party/libxml/src/xmlregexp.c xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6159 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL)) from 6161 third_party/libxml/src/xmlregexp.c xmlFAGenerateEpsilonTransition(am, from, to); from 6182 third_party/libxml/src/xmlregexp.c xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6184 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL)) from 6186 third_party/libxml/src/xmlregexp.c xmlFAGenerateAllTransition(am, from, to, lax); from 6231 third_party/libxml/src/xmlregexp.c xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6233 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (counter < 0)) from 6235 third_party/libxml/src/xmlregexp.c xmlFAGenerateCountedEpsilonTransition(am, from, to, counter); from 6255 third_party/libxml/src/xmlregexp.c xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, from 6257 third_party/libxml/src/xmlregexp.c if ((am == NULL) || (from == NULL) || (counter < 0)) from 6259 third_party/libxml/src/xmlregexp.c xmlFAGenerateCountedTransition(am, from, to, counter); from 9261 third_party/libxml/src/xpath.c xmlXPathObjectPtr from; from 9274 third_party/libxml/src/xpath.c from = valuePop(ctxt); from 9282 third_party/libxml/src/xpath.c offset = xmlUTF8Strloc(from->stringval, cptr); from 9317 third_party/libxml/src/xpath.c xmlXPathReleaseObject(ctxt->context, from); from 538 third_party/libxslt/libxslt/numbers.c const xmlChar *from, from 551 third_party/libxslt/libxslt/numbers.c if (from != NULL) from 552 third_party/libxslt/libxslt/numbers.c fromPat = xsltCompilePattern(from, doc, elem, NULL, context); from 589 third_party/libxslt/libxslt/numbers.c if ((from != NULL) && from 627 third_party/libxslt/libxslt/numbers.c const xmlChar *from, from 645 third_party/libxslt/libxslt/numbers.c if (from != NULL) from 646 third_party/libxslt/libxslt/numbers.c fromPat = xsltCompilePattern(from, doc, elem, NULL, context); from 657 third_party/libxslt/libxslt/numbers.c if ((from != NULL) && from 783 third_party/libxslt/libxslt/numbers.c data->from, from 801 third_party/libxslt/libxslt/numbers.c data->from, from 817 third_party/libxslt/libxslt/numbers.c data->from, from 31 third_party/libxslt/libxslt/numbersInternals.h const xmlChar *from; from 1441 third_party/libxslt/libxslt/preproc.c comp->numdata.from = xsltGetCNsProp(style, cur, (const xmlChar *)"from", from 535 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRInt32) _MD_rename(const char *from, const char *to); from 346 third_party/npapi/npspy/extern/nspr/md/_unixos.h extern PRInt32 _MD_rename(const char *from, const char *to); from 373 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_RENAME(from, to) _MD_rename(from, to) from 80 third_party/npapi/npspy/extern/nspr/md/sunos4.h #define memmove(to,from,len) bcopy((char*)(from),(char*)(to),len) from 897 third_party/npapi/npspy/extern/nspr/prio.h NSPR_API(PRStatus) PR_Rename(const char *from, const char *to); from 1159 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java MessageLite.Builder to, MessageLite from) { from 1162 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return ((Message.Builder) to).mergeFrom((Message) from); from 68 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java MessageLite.Builder to, MessageLite from); from 675 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java MessageLite.Builder to, MessageLite from) { from 676 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java return ((Builder) to).mergeFrom((GeneratedMessageLite) from); from 76 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java public LazyStringArrayList(LazyStringList from) { from 77 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java list = new ArrayList<Object>(from.size()); from 78 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java addAll(from); from 81 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java public LazyStringArrayList(List<String> from) { from 82 third_party/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java list = new ArrayList<Object>(from); from 48 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java int from = 100; from 50 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to); from 51 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java referenceBytes = new byte[to - from]; from 52 third_party/protobuf/java/src/test/java/com/google/protobuf/BoundedByteStringTest.java System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from); from 548 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java int from = 1000; from 550 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString compositeSubstring = listString.substring(from, to); from 553 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java for (int i = 0; stillEqual && i < to - from; ++i) { from 554 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java stillEqual = referenceBytes[from + i] == substringBytes[i]; from 559 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java for (int i = 0; stillEqual && i < to - from; ++i) { from 560 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java stillEqual = referenceBytes[from + i] == compositeSubstring.byteAt(i); from 564 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString literalSubstring = ByteString.copyFrom(referenceBytes, from, to - from); from 54 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java int from = 1130; from 56 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java stringUnderTest = sourceString.substring(from, to); from 57 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java referenceBytes = new byte[to - from]; from 58 third_party/protobuf/java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from); from 904 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc Py_ssize_t from; from 912 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc from = to = PyInt_AsLong(slice); from 914 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc from = to = PyLong_AsLong(slice); from 919 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc reinterpret_cast<PySliceObject*>(slice), length, &from, &to, &step); from 927 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc return InternalGetRepeatedScalar(cmessage, field_descriptor, from); from 935 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (from <= to) { from 937 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc for (Py_ssize_t index = from; index < to; index += step) { from 946 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc for (Py_ssize_t index = from; index > to; index += step) { from 1178 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc Py_ssize_t length, from, to, step, slice_length; from 1187 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc from = to = PyLong_AsLong(slice); from 1188 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (from < 0) { from 1189 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc from = to = length + from; from 1192 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc min = max = from; from 1195 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (from < 0 || from >= length) { from 1200 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc from = to = step = slice_length = 0; from 1203 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc length, &from, &to, &step, &slice_length); from 1204 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (from < to) { from 1205 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc min = from; from 1209 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc max = from; from 1216 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc Py_ssize_t i = from; from 179 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc CodeGeneratorRequest::CodeGeneratorRequest(const CodeGeneratorRequest& from) from 182 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 416 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorRequest::MergeFrom(const ::google::protobuf::Message& from) { from 417 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 420 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc &from); from 422 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 428 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorRequest::MergeFrom(const CodeGeneratorRequest& from) { from 429 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 430 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc file_to_generate_.MergeFrom(from.file_to_generate_); from 431 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc proto_file_.MergeFrom(from.proto_file_); from 432 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from._has_bits_[1 / 32] & (0xffu << (1 % 32))) { from 433 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from.has_parameter()) { from 434 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc set_parameter(from.parameter()); from 437 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 440 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorRequest::CopyFrom(const ::google::protobuf::Message& from) { from 441 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 443 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 446 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorRequest::CopyFrom(const CodeGeneratorRequest& from) { from 447 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 449 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 496 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc CodeGeneratorResponse_File::CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from) from 499 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 754 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse_File::MergeFrom(const ::google::protobuf::Message& from) { from 755 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 758 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc &from); from 760 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 766 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse_File::MergeFrom(const CodeGeneratorResponse_File& from) { from 767 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 768 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 769 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from.has_name()) { from 770 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc set_name(from.name()); from 772 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from.has_insertion_point()) { from 773 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc set_insertion_point(from.insertion_point()); from 775 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from.has_content()) { from 776 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc set_content(from.content()); from 779 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 782 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse_File::CopyFrom(const ::google::protobuf::Message& from) { from 783 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 785 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 788 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse_File::CopyFrom(const CodeGeneratorResponse_File& from) { from 789 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 791 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 834 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc CodeGeneratorResponse::CodeGeneratorResponse(const CodeGeneratorResponse& from) from 837 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 1025 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse::MergeFrom(const ::google::protobuf::Message& from) { from 1026 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 1029 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc &from); from 1031 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 1037 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse::MergeFrom(const CodeGeneratorResponse& from) { from 1038 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc GOOGLE_CHECK_NE(&from, this); from 1039 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc file_.MergeFrom(from.file_); from 1040 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 1041 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (from.has_error()) { from 1042 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc set_error(from.error()); from 1045 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 1048 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse::CopyFrom(const ::google::protobuf::Message& from) { from 1049 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 1051 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 1054 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc void CodeGeneratorResponse::CopyFrom(const CodeGeneratorResponse& from) { from 1055 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc if (&from == this) return; from 1057 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc MergeFrom(from); from 50 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CodeGeneratorRequest(const CodeGeneratorRequest& from); from 52 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline CodeGeneratorRequest& operator=(const CodeGeneratorRequest& from) { from 53 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CopyFrom(from); from 73 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 74 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 75 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const CodeGeneratorRequest& from); from 76 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const CodeGeneratorRequest& from); from 167 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from); from 169 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline CodeGeneratorResponse_File& operator=(const CodeGeneratorResponse_File& from) { from 170 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CopyFrom(from); from 190 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 191 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 192 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const CodeGeneratorResponse_File& from); from 193 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const CodeGeneratorResponse_File& from); from 284 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CodeGeneratorResponse(const CodeGeneratorResponse& from); from 286 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h inline CodeGeneratorResponse& operator=(const CodeGeneratorResponse& from) { from 287 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h CopyFrom(from); from 307 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 308 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 309 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void CopyFrom(const CodeGeneratorResponse& from); from 310 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h void MergeFrom(const CodeGeneratorResponse& from); from 741 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorSet::FileDescriptorSet(const FileDescriptorSet& from) from 744 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 877 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorSet::MergeFrom(const ::google::protobuf::Message& from) { from 878 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 881 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 883 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 889 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorSet::MergeFrom(const FileDescriptorSet& from) { from 890 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 891 third_party/protobuf/src/google/protobuf/descriptor.pb.cc file_.MergeFrom(from.file_); from 892 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 895 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorSet::CopyFrom(const ::google::protobuf::Message& from) { from 896 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 898 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 901 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorSet::CopyFrom(const FileDescriptorSet& from) { from 902 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 904 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 959 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileDescriptorProto::FileDescriptorProto(const FileDescriptorProto& from) from 962 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1530 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 1531 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 1534 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 1536 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 1542 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::MergeFrom(const FileDescriptorProto& from) { from 1543 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 1544 third_party/protobuf/src/google/protobuf/descriptor.pb.cc dependency_.MergeFrom(from.dependency_); from 1545 third_party/protobuf/src/google/protobuf/descriptor.pb.cc public_dependency_.MergeFrom(from.public_dependency_); from 1546 third_party/protobuf/src/google/protobuf/descriptor.pb.cc weak_dependency_.MergeFrom(from.weak_dependency_); from 1547 third_party/protobuf/src/google/protobuf/descriptor.pb.cc message_type_.MergeFrom(from.message_type_); from 1548 third_party/protobuf/src/google/protobuf/descriptor.pb.cc enum_type_.MergeFrom(from.enum_type_); from 1549 third_party/protobuf/src/google/protobuf/descriptor.pb.cc service_.MergeFrom(from.service_); from 1550 third_party/protobuf/src/google/protobuf/descriptor.pb.cc extension_.MergeFrom(from.extension_); from 1551 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 1552 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 1553 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 1555 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_package()) { from 1556 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_package(from.package()); from 1559 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[9 / 32] & (0xffu << (9 % 32))) { from 1560 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 1561 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::FileOptions::MergeFrom(from.options()); from 1563 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_source_code_info()) { from 1564 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_source_code_info()->::google::protobuf::SourceCodeInfo::MergeFrom(from.source_code_info()); from 1567 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 1570 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 1571 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 1573 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1576 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileDescriptorProto::CopyFrom(const FileDescriptorProto& from) { from 1577 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 1579 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1645 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from) from 1648 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1817 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto_ExtensionRange::MergeFrom(const ::google::protobuf::Message& from) { from 1818 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 1821 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 1823 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 1829 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto_ExtensionRange::MergeFrom(const DescriptorProto_ExtensionRange& from) { from 1830 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 1831 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 1832 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_start()) { from 1833 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_start(from.start()); from 1835 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_end()) { from 1836 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_end(from.end()); from 1839 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 1842 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto_ExtensionRange::CopyFrom(const ::google::protobuf::Message& from) { from 1843 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 1845 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1848 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto_ExtensionRange::CopyFrom(const DescriptorProto_ExtensionRange& from) { from 1849 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 1851 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 1899 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto::DescriptorProto(const DescriptorProto& from) from 1902 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 2277 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 2278 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 2281 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 2283 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 2289 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::MergeFrom(const DescriptorProto& from) { from 2290 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 2291 third_party/protobuf/src/google/protobuf/descriptor.pb.cc field_.MergeFrom(from.field_); from 2292 third_party/protobuf/src/google/protobuf/descriptor.pb.cc extension_.MergeFrom(from.extension_); from 2293 third_party/protobuf/src/google/protobuf/descriptor.pb.cc nested_type_.MergeFrom(from.nested_type_); from 2294 third_party/protobuf/src/google/protobuf/descriptor.pb.cc enum_type_.MergeFrom(from.enum_type_); from 2295 third_party/protobuf/src/google/protobuf/descriptor.pb.cc extension_range_.MergeFrom(from.extension_range_); from 2296 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 2297 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 2298 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 2300 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 2301 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::MessageOptions::MergeFrom(from.options()); from 2304 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 2307 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 2308 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 2310 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 2313 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::CopyFrom(const DescriptorProto& from) { from 2314 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 2316 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 2461 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FieldDescriptorProto::FieldDescriptorProto(const FieldDescriptorProto& from) from 2464 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 2927 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 2928 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 2931 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 2933 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 2939 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldDescriptorProto::MergeFrom(const FieldDescriptorProto& from) { from 2940 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 2941 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 2942 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 2943 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 2945 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_number()) { from 2946 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_number(from.number()); from 2948 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_label()) { from 2949 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_label(from.label()); from 2951 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_type()) { from 2952 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_type(from.type()); from 2954 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_type_name()) { from 2955 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_type_name(from.type_name()); from 2957 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_extendee()) { from 2958 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_extendee(from.extendee()); from 2960 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_default_value()) { from 2961 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_default_value(from.default_value()); from 2963 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 2964 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::FieldOptions::MergeFrom(from.options()); from 2967 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 2970 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 2971 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 2973 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 2976 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldDescriptorProto::CopyFrom(const FieldDescriptorProto& from) { from 2977 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 2979 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3032 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) from 3035 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3262 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 3263 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3266 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 3268 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 3274 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::MergeFrom(const EnumDescriptorProto& from) { from 3275 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3276 third_party/protobuf/src/google/protobuf/descriptor.pb.cc value_.MergeFrom(from.value_); from 3277 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 3278 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 3279 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 3281 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 3282 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::EnumOptions::MergeFrom(from.options()); from 3285 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 3288 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 3289 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3291 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3294 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumDescriptorProto::CopyFrom(const EnumDescriptorProto& from) { from 3295 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3297 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3348 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumValueDescriptorProto::EnumValueDescriptorProto(const EnumValueDescriptorProto& from) from 3351 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3576 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 3577 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3580 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 3582 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 3588 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueDescriptorProto::MergeFrom(const EnumValueDescriptorProto& from) { from 3589 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3590 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 3591 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 3592 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 3594 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_number()) { from 3595 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_number(from.number()); from 3597 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 3598 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::EnumValueOptions::MergeFrom(from.options()); from 3601 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 3604 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 3605 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3607 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3610 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueDescriptorProto::CopyFrom(const EnumValueDescriptorProto& from) { from 3611 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3613 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3661 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ServiceDescriptorProto::ServiceDescriptorProto(const ServiceDescriptorProto& from) from 3664 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3891 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 3892 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3895 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 3897 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 3903 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceDescriptorProto::MergeFrom(const ServiceDescriptorProto& from) { from 3904 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 3905 third_party/protobuf/src/google/protobuf/descriptor.pb.cc method_.MergeFrom(from.method_); from 3906 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 3907 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 3908 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 3910 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 3911 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::ServiceOptions::MergeFrom(from.options()); from 3914 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 3917 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 3918 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3920 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3923 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceDescriptorProto::CopyFrom(const ServiceDescriptorProto& from) { from 3924 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 3926 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 3978 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MethodDescriptorProto::MethodDescriptorProto(const MethodDescriptorProto& from) from 3981 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 4275 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodDescriptorProto::MergeFrom(const ::google::protobuf::Message& from) { from 4276 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 4279 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 4281 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 4287 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodDescriptorProto::MergeFrom(const MethodDescriptorProto& from) { from 4288 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 4289 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 4290 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name()) { from 4291 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name(from.name()); from 4293 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_input_type()) { from 4294 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_input_type(from.input_type()); from 4296 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_output_type()) { from 4297 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_output_type(from.output_type()); from 4299 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_options()) { from 4300 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_options()->::google::protobuf::MethodOptions::MergeFrom(from.options()); from 4303 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 4306 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodDescriptorProto::CopyFrom(const ::google::protobuf::Message& from) { from 4307 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 4309 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 4312 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodDescriptorProto::CopyFrom(const MethodDescriptorProto& from) { from 4313 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 4315 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 4394 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FileOptions::FileOptions(const FileOptions& from) from 4397 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 4948 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileOptions::MergeFrom(const ::google::protobuf::Message& from) { from 4949 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 4952 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 4954 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 4960 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileOptions::MergeFrom(const FileOptions& from) { from 4961 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 4962 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 4963 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 4964 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_java_package()) { from 4965 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_java_package(from.java_package()); from 4967 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_java_outer_classname()) { from 4968 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_java_outer_classname(from.java_outer_classname()); from 4970 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_java_multiple_files()) { from 4971 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_java_multiple_files(from.java_multiple_files()); from 4973 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_retain_unknown_fields()) { from 4974 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_retain_unknown_fields(from.retain_unknown_fields()); from 4976 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_java_generate_equals_and_hash()) { from 4977 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_java_generate_equals_and_hash(from.java_generate_equals_and_hash()); from 4979 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_optimize_for()) { from 4980 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_optimize_for(from.optimize_for()); from 4982 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_go_package()) { from 4983 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_go_package(from.go_package()); from 4985 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_cc_generic_services()) { from 4986 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_cc_generic_services(from.cc_generic_services()); from 4989 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[8 / 32] & (0xffu << (8 % 32))) { from 4990 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_java_generic_services()) { from 4991 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_java_generic_services(from.java_generic_services()); from 4993 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_py_generic_services()) { from 4994 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_py_generic_services(from.py_generic_services()); from 4997 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 4998 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 5001 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileOptions::CopyFrom(const ::google::protobuf::Message& from) { from 5002 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5004 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5007 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FileOptions::CopyFrom(const FileOptions& from) { from 5008 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5010 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5067 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MessageOptions::MessageOptions(const MessageOptions& from) from 5070 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5288 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MessageOptions::MergeFrom(const ::google::protobuf::Message& from) { from 5289 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 5292 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 5294 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 5300 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MessageOptions::MergeFrom(const MessageOptions& from) { from 5301 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 5302 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 5303 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 5304 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_message_set_wire_format()) { from 5305 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_message_set_wire_format(from.message_set_wire_format()); from 5307 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_no_standard_descriptor_accessor()) { from 5308 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_no_standard_descriptor_accessor(from.no_standard_descriptor_accessor()); from 5311 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 5312 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 5315 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MessageOptions::CopyFrom(const ::google::protobuf::Message& from) { from 5316 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5318 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5321 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MessageOptions::CopyFrom(const MessageOptions& from) { from 5322 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5324 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5400 third_party/protobuf/src/google/protobuf/descriptor.pb.cc FieldOptions::FieldOptions(const FieldOptions& from) from 5403 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5780 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldOptions::MergeFrom(const ::google::protobuf::Message& from) { from 5781 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 5784 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 5786 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 5792 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldOptions::MergeFrom(const FieldOptions& from) { from 5793 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 5794 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 5795 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 5796 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_ctype()) { from 5797 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_ctype(from.ctype()); from 5799 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_packed()) { from 5800 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_packed(from.packed()); from 5802 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_lazy()) { from 5803 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_lazy(from.lazy()); from 5805 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_deprecated()) { from 5806 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_deprecated(from.deprecated()); from 5808 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_experimental_map_key()) { from 5809 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_experimental_map_key(from.experimental_map_key()); from 5811 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_weak()) { from 5812 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_weak(from.weak()); from 5815 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 5816 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 5819 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldOptions::CopyFrom(const ::google::protobuf::Message& from) { from 5820 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5822 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5825 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void FieldOptions::CopyFrom(const FieldOptions& from) { from 5826 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 5828 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 5880 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumOptions::EnumOptions(const EnumOptions& from) from 5883 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6068 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumOptions::MergeFrom(const ::google::protobuf::Message& from) { from 6069 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6072 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 6074 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 6080 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumOptions::MergeFrom(const EnumOptions& from) { from 6081 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6082 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 6083 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 6084 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_allow_alias()) { from 6085 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_allow_alias(from.allow_alias()); from 6088 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 6089 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 6092 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumOptions::CopyFrom(const ::google::protobuf::Message& from) { from 6093 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6095 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6098 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumOptions::CopyFrom(const EnumOptions& from) { from 6099 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6101 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6147 third_party/protobuf/src/google/protobuf/descriptor.pb.cc EnumValueOptions::EnumValueOptions(const EnumValueOptions& from) from 6150 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6299 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueOptions::MergeFrom(const ::google::protobuf::Message& from) { from 6300 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6303 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 6305 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 6311 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueOptions::MergeFrom(const EnumValueOptions& from) { from 6312 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6313 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 6314 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 6315 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 6318 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueOptions::CopyFrom(const ::google::protobuf::Message& from) { from 6319 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6321 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6324 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void EnumValueOptions::CopyFrom(const EnumValueOptions& from) { from 6325 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6327 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6372 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ServiceOptions::ServiceOptions(const ServiceOptions& from) from 6375 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6524 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceOptions::MergeFrom(const ::google::protobuf::Message& from) { from 6525 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6528 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 6530 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 6536 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceOptions::MergeFrom(const ServiceOptions& from) { from 6537 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6538 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 6539 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 6540 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 6543 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceOptions::CopyFrom(const ::google::protobuf::Message& from) { from 6544 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6546 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6549 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void ServiceOptions::CopyFrom(const ServiceOptions& from) { from 6550 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6552 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6597 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MethodOptions::MethodOptions(const MethodOptions& from) from 6600 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6749 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodOptions::MergeFrom(const ::google::protobuf::Message& from) { from 6750 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6753 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 6755 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 6761 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodOptions::MergeFrom(const MethodOptions& from) { from 6762 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 6763 third_party/protobuf/src/google/protobuf/descriptor.pb.cc uninterpreted_option_.MergeFrom(from.uninterpreted_option_); from 6764 third_party/protobuf/src/google/protobuf/descriptor.pb.cc _extensions_.MergeFrom(from._extensions_); from 6765 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 6768 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodOptions::CopyFrom(const ::google::protobuf::Message& from) { from 6769 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6771 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6774 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void MethodOptions::CopyFrom(const MethodOptions& from) { from 6775 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 6777 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 6823 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption_NamePart::UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from) from 6826 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7010 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption_NamePart::MergeFrom(const ::google::protobuf::Message& from) { from 7011 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7014 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 7016 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 7022 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption_NamePart::MergeFrom(const UninterpretedOption_NamePart& from) { from 7023 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7024 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) { from 7025 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_name_part()) { from 7026 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_name_part(from.name_part()); from 7028 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_is_extension()) { from 7029 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_is_extension(from.is_extension()); from 7032 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 7035 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption_NamePart::CopyFrom(const ::google::protobuf::Message& from) { from 7036 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7038 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7041 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption_NamePart::CopyFrom(const UninterpretedOption_NamePart& from) { from 7042 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7044 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7092 third_party/protobuf/src/google/protobuf/descriptor.pb.cc UninterpretedOption::UninterpretedOption(const UninterpretedOption& from) from 7095 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7482 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::MergeFrom(const ::google::protobuf::Message& from) { from 7483 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7486 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 7488 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 7494 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::MergeFrom(const UninterpretedOption& from) { from 7495 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7496 third_party/protobuf/src/google/protobuf/descriptor.pb.cc name_.MergeFrom(from.name_); from 7497 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[1 / 32] & (0xffu << (1 % 32))) { from 7498 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_identifier_value()) { from 7499 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_identifier_value(from.identifier_value()); from 7501 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_positive_int_value()) { from 7502 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_positive_int_value(from.positive_int_value()); from 7504 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_negative_int_value()) { from 7505 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_negative_int_value(from.negative_int_value()); from 7507 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_double_value()) { from 7508 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_double_value(from.double_value()); from 7510 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_string_value()) { from 7511 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_string_value(from.string_value()); from 7513 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_aggregate_value()) { from 7514 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_aggregate_value(from.aggregate_value()); from 7517 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 7520 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::CopyFrom(const ::google::protobuf::Message& from) { from 7521 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7523 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7526 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void UninterpretedOption::CopyFrom(const UninterpretedOption& from) { from 7527 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7529 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7581 third_party/protobuf/src/google/protobuf/descriptor.pb.cc SourceCodeInfo_Location::SourceCodeInfo_Location(const SourceCodeInfo_Location& from) from 7584 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7913 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo_Location::MergeFrom(const ::google::protobuf::Message& from) { from 7914 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7917 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 7919 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 7925 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo_Location::MergeFrom(const SourceCodeInfo_Location& from) { from 7926 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 7927 third_party/protobuf/src/google/protobuf/descriptor.pb.cc path_.MergeFrom(from.path_); from 7928 third_party/protobuf/src/google/protobuf/descriptor.pb.cc span_.MergeFrom(from.span_); from 7929 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from._has_bits_[2 / 32] & (0xffu << (2 % 32))) { from 7930 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_leading_comments()) { from 7931 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_leading_comments(from.leading_comments()); from 7933 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (from.has_trailing_comments()) { from 7934 third_party/protobuf/src/google/protobuf/descriptor.pb.cc set_trailing_comments(from.trailing_comments()); from 7937 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 7940 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo_Location::CopyFrom(const ::google::protobuf::Message& from) { from 7941 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7943 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7946 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo_Location::CopyFrom(const SourceCodeInfo_Location& from) { from 7947 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 7949 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 7992 third_party/protobuf/src/google/protobuf/descriptor.pb.cc SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) from 7995 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 8128 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo::MergeFrom(const ::google::protobuf::Message& from) { from 8129 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 8132 third_party/protobuf/src/google/protobuf/descriptor.pb.cc &from); from 8134 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::internal::ReflectionOps::Merge(from, this); from 8140 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo::MergeFrom(const SourceCodeInfo& from) { from 8141 third_party/protobuf/src/google/protobuf/descriptor.pb.cc GOOGLE_CHECK_NE(&from, this); from 8142 third_party/protobuf/src/google/protobuf/descriptor.pb.cc location_.MergeFrom(from.location_); from 8143 third_party/protobuf/src/google/protobuf/descriptor.pb.cc mutable_unknown_fields()->MergeFrom(from.unknown_fields()); from 8146 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo::CopyFrom(const ::google::protobuf::Message& from) { from 8147 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 8149 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 8152 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void SourceCodeInfo::CopyFrom(const SourceCodeInfo& from) { from 8153 third_party/protobuf/src/google/protobuf/descriptor.pb.cc if (&from == this) return; from 8155 third_party/protobuf/src/google/protobuf/descriptor.pb.cc MergeFrom(from); from 161 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorSet(const FileDescriptorSet& from); from 163 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline FileDescriptorSet& operator=(const FileDescriptorSet& from) { from 164 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 184 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 185 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 186 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const FileDescriptorSet& from); from 187 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const FileDescriptorSet& from); from 246 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileDescriptorProto(const FileDescriptorProto& from); from 248 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline FileDescriptorProto& operator=(const FileDescriptorProto& from) { from 249 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 269 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 270 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 271 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const FileDescriptorProto& from); from 272 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const FileDescriptorProto& from); from 467 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from); from 469 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline DescriptorProto_ExtensionRange& operator=(const DescriptorProto_ExtensionRange& from) { from 470 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 490 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 491 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 492 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const DescriptorProto_ExtensionRange& from); from 493 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const DescriptorProto_ExtensionRange& from); from 559 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto(const DescriptorProto& from); from 561 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline DescriptorProto& operator=(const DescriptorProto& from) { from 562 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 582 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 583 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 584 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const DescriptorProto& from); from 585 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const DescriptorProto& from); from 725 third_party/protobuf/src/google/protobuf/descriptor.pb.h FieldDescriptorProto(const FieldDescriptorProto& from); from 727 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline FieldDescriptorProto& operator=(const FieldDescriptorProto& from) { from 728 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 748 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 749 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 750 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const FieldDescriptorProto& from); from 751 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const FieldDescriptorProto& from); from 964 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumDescriptorProto(const EnumDescriptorProto& from); from 966 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline EnumDescriptorProto& operator=(const EnumDescriptorProto& from) { from 967 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 987 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 988 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 989 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const EnumDescriptorProto& from); from 990 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const EnumDescriptorProto& from); from 1076 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumValueDescriptorProto(const EnumValueDescriptorProto& from); from 1078 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline EnumValueDescriptorProto& operator=(const EnumValueDescriptorProto& from) { from 1079 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1099 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1100 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1101 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const EnumValueDescriptorProto& from); from 1102 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const EnumValueDescriptorProto& from); from 1185 third_party/protobuf/src/google/protobuf/descriptor.pb.h ServiceDescriptorProto(const ServiceDescriptorProto& from); from 1187 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ServiceDescriptorProto& operator=(const ServiceDescriptorProto& from) { from 1188 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1208 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1209 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1210 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ServiceDescriptorProto& from); from 1211 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ServiceDescriptorProto& from); from 1297 third_party/protobuf/src/google/protobuf/descriptor.pb.h MethodDescriptorProto(const MethodDescriptorProto& from); from 1299 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline MethodDescriptorProto& operator=(const MethodDescriptorProto& from) { from 1300 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1320 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1321 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1322 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const MethodDescriptorProto& from); from 1323 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const MethodDescriptorProto& from); from 1426 third_party/protobuf/src/google/protobuf/descriptor.pb.h FileOptions(const FileOptions& from); from 1428 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline FileOptions& operator=(const FileOptions& from) { from 1429 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1449 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1450 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1451 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const FileOptions& from); from 1452 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const FileOptions& from); from 1654 third_party/protobuf/src/google/protobuf/descriptor.pb.h MessageOptions(const MessageOptions& from); from 1656 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline MessageOptions& operator=(const MessageOptions& from) { from 1657 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1677 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1678 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1679 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const MessageOptions& from); from 1680 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const MessageOptions& from); from 1762 third_party/protobuf/src/google/protobuf/descriptor.pb.h FieldOptions(const FieldOptions& from); from 1764 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline FieldOptions& operator=(const FieldOptions& from) { from 1765 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1785 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1786 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1787 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const FieldOptions& from); from 1788 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const FieldOptions& from); from 1940 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumOptions(const EnumOptions& from); from 1942 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline EnumOptions& operator=(const EnumOptions& from) { from 1943 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 1963 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 1964 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 1965 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const EnumOptions& from); from 1966 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const EnumOptions& from); from 2038 third_party/protobuf/src/google/protobuf/descriptor.pb.h EnumValueOptions(const EnumValueOptions& from); from 2040 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline EnumValueOptions& operator=(const EnumValueOptions& from) { from 2041 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2061 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2062 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2063 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const EnumValueOptions& from); from 2064 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const EnumValueOptions& from); from 2126 third_party/protobuf/src/google/protobuf/descriptor.pb.h ServiceOptions(const ServiceOptions& from); from 2128 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ServiceOptions& operator=(const ServiceOptions& from) { from 2129 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2149 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2150 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2151 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ServiceOptions& from); from 2152 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ServiceOptions& from); from 2214 third_party/protobuf/src/google/protobuf/descriptor.pb.h MethodOptions(const MethodOptions& from); from 2216 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline MethodOptions& operator=(const MethodOptions& from) { from 2217 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2237 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2238 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2239 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const MethodOptions& from); from 2240 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const MethodOptions& from); from 2302 third_party/protobuf/src/google/protobuf/descriptor.pb.h UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from); from 2304 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline UninterpretedOption_NamePart& operator=(const UninterpretedOption_NamePart& from) { from 2305 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2325 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2326 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2327 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const UninterpretedOption_NamePart& from); from 2328 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const UninterpretedOption_NamePart& from); from 2399 third_party/protobuf/src/google/protobuf/descriptor.pb.h UninterpretedOption(const UninterpretedOption& from); from 2401 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline UninterpretedOption& operator=(const UninterpretedOption& from) { from 2402 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2422 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2423 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2424 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const UninterpretedOption& from); from 2425 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const UninterpretedOption& from); from 2561 third_party/protobuf/src/google/protobuf/descriptor.pb.h SourceCodeInfo_Location(const SourceCodeInfo_Location& from); from 2563 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) { from 2564 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2584 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2585 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2586 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const SourceCodeInfo_Location& from); from 2587 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const SourceCodeInfo_Location& from); from 2691 third_party/protobuf/src/google/protobuf/descriptor.pb.h SourceCodeInfo(const SourceCodeInfo& from); from 2693 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline SourceCodeInfo& operator=(const SourceCodeInfo& from) { from 2694 third_party/protobuf/src/google/protobuf/descriptor.pb.h CopyFrom(from); from 2714 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const ::google::protobuf::Message& from); from 2715 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const ::google::protobuf::Message& from); from 2716 third_party/protobuf/src/google/protobuf/descriptor.pb.h void CopyFrom(const SourceCodeInfo& from); from 2717 third_party/protobuf/src/google/protobuf/descriptor.pb.h void MergeFrom(const SourceCodeInfo& from); from 407 third_party/protobuf/src/google/protobuf/generated_message_reflection.h inline To dynamic_cast_if_available(From from) { from 411 third_party/protobuf/src/google/protobuf/generated_message_reflection.h return dynamic_cast<To>(from); from 62 third_party/protobuf/src/google/protobuf/message.cc void Message::MergeFrom(const Message& from) { from 64 third_party/protobuf/src/google/protobuf/message.cc GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) from 67 third_party/protobuf/src/google/protobuf/message.cc "from:" << from.GetDescriptor()->full_name(); from 68 third_party/protobuf/src/google/protobuf/message.cc ReflectionOps::Merge(from, this); from 75 third_party/protobuf/src/google/protobuf/message.cc void Message::CopyFrom(const Message& from) { from 77 third_party/protobuf/src/google/protobuf/message.cc GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) from 80 third_party/protobuf/src/google/protobuf/message.cc "from:" << from.GetDescriptor()->full_name(); from 81 third_party/protobuf/src/google/protobuf/message.cc ReflectionOps::Copy(from, this); from 184 third_party/protobuf/src/google/protobuf/message.h virtual void CopyFrom(const Message& from); from 190 third_party/protobuf/src/google/protobuf/message.h virtual void MergeFrom(const Message& from); from 48 third_party/protobuf/src/google/protobuf/reflection_ops.cc void ReflectionOps::Copy(const Message& from, Message* to) { from 49 third_party/protobuf/src/google/protobuf/reflection_ops.cc if (&from == to) return; from 51 third_party/protobuf/src/google/protobuf/reflection_ops.cc Merge(from, to); from 54 third_party/protobuf/src/google/protobuf/reflection_ops.cc void ReflectionOps::Merge(const Message& from, Message* to) { from 55 third_party/protobuf/src/google/protobuf/reflection_ops.cc GOOGLE_CHECK_NE(&from, to); from 57 third_party/protobuf/src/google/protobuf/reflection_ops.cc const Descriptor* descriptor = from.GetDescriptor(); from 61 third_party/protobuf/src/google/protobuf/reflection_ops.cc const Reflection* from_reflection = from.GetReflection(); from 65 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->ListFields(from, &fields); from 70 third_party/protobuf/src/google/protobuf/reflection_ops.cc int count = from_reflection->FieldSize(from, field); from 76 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->GetRepeated##METHOD(from, field, j)); \ from 92 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->GetRepeatedMessage(from, field, j)); from 101 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->Get##METHOD(from, field)); \ from 117 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->GetMessage(from, field)); from 124 third_party/protobuf/src/google/protobuf/reflection_ops.cc from_reflection->GetUnknownFields(from)); from 59 third_party/protobuf/src/google/protobuf/reflection_ops.h static void Copy(const Message& from, Message* to); from 60 third_party/protobuf/src/google/protobuf/reflection_ops.h static void Merge(const Message& from, Message* to); from 181 third_party/protobuf/src/google/protobuf/repeated_field.h void MoveArray(Element to[], Element from[], int size); from 184 third_party/protobuf/src/google/protobuf/repeated_field.h void CopyArray(Element to[], const Element from[], int size); from 201 third_party/protobuf/src/google/protobuf/repeated_field.h void operator()(Element to[], const Element from[], int array_size); from 338 third_party/protobuf/src/google/protobuf/repeated_field.h static void Merge(const GenericType& from, GenericType* to) { from 339 third_party/protobuf/src/google/protobuf/repeated_field.h to->MergeFrom(from); from 347 third_party/protobuf/src/google/protobuf/repeated_field.h const MessageLite& from, MessageLite* to) { from 348 third_party/protobuf/src/google/protobuf/repeated_field.h to->CheckTypeAndMergeFrom(from); from 384 third_party/protobuf/src/google/protobuf/repeated_field.h static void Merge(const string& from, string* to) { *to = from; } from 770 third_party/protobuf/src/google/protobuf/repeated_field.h Element to[], Element from[], int array_size) { from 771 third_party/protobuf/src/google/protobuf/repeated_field.h CopyArray(to, from, array_size); from 776 third_party/protobuf/src/google/protobuf/repeated_field.h Element to[], const Element from[], int array_size) { from 777 third_party/protobuf/src/google/protobuf/repeated_field.h internal::ElementCopier<Element>()(to, from, array_size); from 784 third_party/protobuf/src/google/protobuf/repeated_field.h Element to[], const Element from[], int array_size) { from 785 third_party/protobuf/src/google/protobuf/repeated_field.h std::copy(from, from + array_size, to); from 790 third_party/protobuf/src/google/protobuf/repeated_field.h void operator()(Element to[], const Element from[], int array_size) { from 791 third_party/protobuf/src/google/protobuf/repeated_field.h memcpy(to, from, array_size * sizeof(Element)); from 423 third_party/sqlite/src/src/parse.y oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y) from 476 third_party/sqlite/src/src/parse.y %type from {SrcList*} from 477 third_party/sqlite/src/src/parse.y %destructor from {sqlite3SrcListDelete(pParse->db, $$);} from 481 third_party/sqlite/src/src/parse.y from(A) ::= . {A = sqlite3DbMallocZero(pParse->db, sizeof(*A));} from 482 third_party/sqlite/src/src/parse.y from(A) ::= FROM seltablist(X). { from 2697 third_party/sqlite/src/tool/lemon.c void Plink_copy(struct plink **to, struct plink *from) from 2700 third_party/sqlite/src/tool/lemon.c while( from ){ from 2701 third_party/sqlite/src/tool/lemon.c nextpl = from->next; from 2702 third_party/sqlite/src/tool/lemon.c from->next = *to; from 2703 third_party/sqlite/src/tool/lemon.c *to = from; from 2704 third_party/sqlite/src/tool/lemon.c from = nextpl; from 4313 third_party/sqlite/src/tool/lemon.c struct s_x1node **from; /* Previous link */ from 4374 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); from 4377 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); from 4387 third_party/sqlite/src/tool/lemon.c if( x1a->ht[h] ) x1a->ht[h]->from = &(np->next); from 4390 third_party/sqlite/src/tool/lemon.c np->from = &(x1a->ht[h]); from 4479 third_party/sqlite/src/tool/lemon.c struct s_x2node **from; /* Previous link */ from 4540 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); from 4544 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); from 4555 third_party/sqlite/src/tool/lemon.c if( x2a->ht[h] ) x2a->ht[h]->from = &(np->next); from 4558 third_party/sqlite/src/tool/lemon.c np->from = &(x2a->ht[h]); from 4678 third_party/sqlite/src/tool/lemon.c struct s_x3node **from; /* Previous link */ from 4739 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); from 4743 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); from 4754 third_party/sqlite/src/tool/lemon.c if( x3a->ht[h] ) x3a->ht[h]->from = &(np->next); from 4757 third_party/sqlite/src/tool/lemon.c np->from = &(x3a->ht[h]); from 4820 third_party/sqlite/src/tool/lemon.c struct s_x4node **from; /* Previous link */ from 4881 third_party/sqlite/src/tool/lemon.c if( array.ht[h] ) array.ht[h]->from = &(newnp->next); from 4884 third_party/sqlite/src/tool/lemon.c newnp->from = &(array.ht[h]); from 4894 third_party/sqlite/src/tool/lemon.c if( x4a->ht[h] ) x4a->ht[h]->from = &(np->next); from 4897 third_party/sqlite/src/tool/lemon.c np->from = &(x4a->ht[h]); from 73 third_party/talloc/libreplace/strptime.c #define get_number(from, to, n) \ from 85 third_party/talloc/libreplace/strptime.c if (val < from || val > to) \ from 89 third_party/talloc/libreplace/strptime.c # define get_alt_number(from, to, n) \ from 124 third_party/talloc/libreplace/strptime.c if (val < from || val > to) \ from 130 third_party/talloc/libreplace/strptime.c get_number (from, to, n); \ from 135 third_party/talloc/libreplace/strptime.c # define get_alt_number(from, to, n) \ from 137 third_party/talloc/libreplace/strptime.c get_number(from, to, n) from 67 third_party/tcmalloc/chromium/src/base/spinlock_internal.cc for (i = 0; i != n && v != trans[i].from; i++) { from 48 third_party/tcmalloc/chromium/src/base/spinlock_internal.h int32 from; from 67 third_party/tcmalloc/vendor/src/base/spinlock_internal.cc for (i = 0; i != n && v != trans[i].from; i++) { from 48 third_party/tcmalloc/vendor/src/base/spinlock_internal.h int32 from; from 255 third_party/zlib/infback.c unsigned char FAR *from; /* where to copy match bytes from */ from 582 third_party/zlib/infback.c from = put + copy; from 586 third_party/zlib/infback.c from = put - state->offset; from 593 third_party/zlib/infback.c *put++ = *from++; from 95 third_party/zlib/inffast.c unsigned char FAR *from; /* where to copy match from */ from 208 third_party/zlib/inffast.c from = out - dist; from 210 third_party/zlib/inffast.c PUP(out) = PUP(from); from 216 third_party/zlib/inffast.c from = window - OFF; from 218 third_party/zlib/inffast.c from += wsize - op; from 222 third_party/zlib/inffast.c PUP(out) = PUP(from); from 224 third_party/zlib/inffast.c from = out - dist; /* rest from output */ from 228 third_party/zlib/inffast.c from += wsize + wnext - op; from 233 third_party/zlib/inffast.c PUP(out) = PUP(from); from 235 third_party/zlib/inffast.c from = window - OFF; from 240 third_party/zlib/inffast.c PUP(out) = PUP(from); from 242 third_party/zlib/inffast.c from = out - dist; /* rest from output */ from 247 third_party/zlib/inffast.c from += wnext - op; from 251 third_party/zlib/inffast.c PUP(out) = PUP(from); from 253 third_party/zlib/inffast.c from = out - dist; /* rest from output */ from 257 third_party/zlib/inffast.c PUP(out) = PUP(from); from 258 third_party/zlib/inffast.c PUP(out) = PUP(from); from 259 third_party/zlib/inffast.c PUP(out) = PUP(from); from 263 third_party/zlib/inffast.c PUP(out) = PUP(from); from 265 third_party/zlib/inffast.c PUP(out) = PUP(from); from 269 third_party/zlib/inffast.c from = out - dist; /* copy direct from output */ from 271 third_party/zlib/inffast.c PUP(out) = PUP(from); from 272 third_party/zlib/inffast.c PUP(out) = PUP(from); from 273 third_party/zlib/inffast.c PUP(out) = PUP(from); from 277 third_party/zlib/inffast.c PUP(out) = PUP(from); from 279 third_party/zlib/inffast.c PUP(out) = PUP(from); from 601 third_party/zlib/inflate.c unsigned char FAR *from; /* where to copy match bytes from */ from 1135 third_party/zlib/inflate.c from = state->window + (state->wsize - copy); from 1138 third_party/zlib/inflate.c from = state->window + (state->wnext - copy); from 1142 third_party/zlib/inflate.c from = put - state->offset; from 1149 third_party/zlib/inflate.c *put++ = *from++; from 597 tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp json_ = JsonWriter::from(instance_.createOutputFile( from 13 tools/clang/blink_gc_plugin/JsonWriter.h static JsonWriter* from(llvm::raw_fd_ostream* os) { from 236 tools/gn/visibility.cc bool Visibility::CheckItemVisibility(const Item* from, from 239 tools/gn/visibility.cc if (!to->visibility().CanSeeMe(from->label())) { from 241 tools/gn/visibility.cc *err = Err(from->defined_from(), "Dependency not allowed.", from 242 tools/gn/visibility.cc "The item " + from->label().GetUserVisibleName(false) + "\n" from 82 tools/gn/visibility.h static bool CheckItemVisibility(const Item* from, const Item* to, Err* err); from 12 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, int index, int* out) { from 13 tools/json_schema_compiler/util.cc return from.GetInteger(index, out); from 16 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, int index, bool* out) { from 17 tools/json_schema_compiler/util.cc return from.GetBoolean(index, out); from 20 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, int index, double* out) { from 21 tools/json_schema_compiler/util.cc return from.GetDouble(index, out); from 24 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, int index, std::string* out) { from 25 tools/json_schema_compiler/util.cc return from.GetString(index, out); from 28 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, from 32 tools/json_schema_compiler/util.cc if (!from.Get(index, &value)) from 38 tools/json_schema_compiler/util.cc bool GetItemFromList(const base::ListValue& from, int index, from 41 tools/json_schema_compiler/util.cc if (!from.GetDictionary(index, &dict)) from 47 tools/json_schema_compiler/util.cc void AddItemToList(const int from, base::ListValue* out) { from 48 tools/json_schema_compiler/util.cc out->Append(new base::FundamentalValue(from)); from 51 tools/json_schema_compiler/util.cc void AddItemToList(const bool from, base::ListValue* out) { from 52 tools/json_schema_compiler/util.cc out->Append(new base::FundamentalValue(from)); from 55 tools/json_schema_compiler/util.cc void AddItemToList(const double from, base::ListValue* out) { from 56 tools/json_schema_compiler/util.cc out->Append(new base::FundamentalValue(from)); from 59 tools/json_schema_compiler/util.cc void AddItemToList(const std::string& from, base::ListValue* out) { from 60 tools/json_schema_compiler/util.cc out->Append(new base::StringValue(from)); from 63 tools/json_schema_compiler/util.cc void AddItemToList(const linked_ptr<base::Value>& from, from 65 tools/json_schema_compiler/util.cc out->Append(from->DeepCopy()); from 68 tools/json_schema_compiler/util.cc void AddItemToList(const linked_ptr<base::DictionaryValue>& from, from 70 tools/json_schema_compiler/util.cc out->Append(static_cast<base::Value*>(from->DeepCopy())); from 21 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, int index, int* out); from 22 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, int index, bool* out); from 23 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, int index, double* out); from 24 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, int index, std::string* out); from 25 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, from 28 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, from 34 tools/json_schema_compiler/util.h bool GetItemFromList(const base::ListValue& from, from 38 tools/json_schema_compiler/util.h if (!from.GetDictionary(index, &dict)) from 67 tools/json_schema_compiler/util.h const base::DictionaryValue& from, from 71 tools/json_schema_compiler/util.h if (!from.GetListWithoutPathExpansion(name, &list)) from 102 tools/json_schema_compiler/util.h const base::DictionaryValue& from, from 110 tools/json_schema_compiler/util.h if (!from.GetWithoutPathExpansion(name, &maybe_list)) from 122 tools/json_schema_compiler/util.h void AddItemToList(const int from, base::ListValue* out); from 123 tools/json_schema_compiler/util.h void AddItemToList(const bool from, base::ListValue* out); from 124 tools/json_schema_compiler/util.h void AddItemToList(const double from, base::ListValue* out); from 125 tools/json_schema_compiler/util.h void AddItemToList(const std::string& from, base::ListValue* out); from 126 tools/json_schema_compiler/util.h void AddItemToList(const linked_ptr<base::Value>& from, from 128 tools/json_schema_compiler/util.h void AddItemToList(const linked_ptr<base::DictionaryValue>& from, from 133 tools/json_schema_compiler/util.h void AddItemToList(const linked_ptr<T>& from, base::ListValue* out) { from 134 tools/json_schema_compiler/util.h out->Append(from->ToValue().release()); from 141 tools/json_schema_compiler/util.h const std::vector<T>& from, from 144 tools/json_schema_compiler/util.h for (typename std::vector<T>::const_iterator it = from.begin(); from 145 tools/json_schema_compiler/util.h it != from.end(); ++it) { from 154 tools/json_schema_compiler/util.h const scoped_ptr<std::vector<T> >& from, from 156 tools/json_schema_compiler/util.h if (from.get()) from 157 tools/json_schema_compiler/util.h PopulateListFromArray(*from, out); from 162 tools/json_schema_compiler/util.h scoped_ptr<base::Value> CreateValueFromArray(const std::vector<T>& from) { from 164 tools/json_schema_compiler/util.h PopulateListFromArray(from, list); from 170 tools/json_schema_compiler/util.h const scoped_ptr<std::vector<T> >& from) { from 171 tools/json_schema_compiler/util.h if (from.get()) from 172 tools/json_schema_compiler/util.h return CreateValueFromArray(*from); from 157 ui/app_list/views/apps_grid_view_unittest.cc const gfx::Point& from, from 159 ui/app_list/views/apps_grid_view_unittest.cc AppListItemView* view = GetItemViewForPoint(from); from 163 ui/app_list/views/apps_grid_view_unittest.cc from - view->bounds().origin()); from 168 ui/app_list/views/apps_grid_view_unittest.cc translated_from, from, 0, 0); from 284 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 0).CenterPoint(); from 288 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 295 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 302 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 310 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 326 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 1).CenterPoint(); from 330 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 349 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 390 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 1).CenterPoint(); from 394 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 405 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 424 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 1).CenterPoint(); from 429 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point to = gfx::Point(from.x() - reorder_offset, from.y()); from 433 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 453 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 0).CenterPoint(); from 458 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 473 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 0).CenterPoint(); from 477 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 484 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 491 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 511 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point from = GetItemTileRectAt(0, 0).CenterPoint(); from 516 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 535 ui/app_list/views/apps_grid_view_unittest.cc SimulateDrag(AppsGridView::MOUSE, from, to); from 115 ui/base/models/list_selection_model.cc void ListSelectionModel::Move(int from, int to) { from 116 ui/base/models/list_selection_model.cc DCHECK_NE(to, from); from 117 ui/base/models/list_selection_model.cc bool was_anchor = from == anchor_; from 118 ui/base/models/list_selection_model.cc bool was_active = from == active_; from 119 ui/base/models/list_selection_model.cc bool was_selected = IsSelected(from); from 120 ui/base/models/list_selection_model.cc if (to < from) { from 122 ui/base/models/list_selection_model.cc DecrementFrom(from + 1); from 124 ui/base/models/list_selection_model.cc DecrementFrom(from); from 88 ui/base/models/list_selection_model.h void Move(int from, int to); from 482 ui/gfx/transform.cc bool Transform::Blend(const Transform& from, double progress) { from 486 ui/gfx/transform.cc !DecomposeTransform(&from_decomp, from)) from 240 ui/gfx/transform.h bool Blend(const Transform& from, double progress); from 703 ui/gfx/transform_unittest.cc Transform from; from 708 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 722 ui/gfx/transform_unittest.cc Transform from; from 728 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 782 ui/gfx/transform_unittest.cc Transform from; from 788 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 806 ui/gfx/transform_unittest.cc Transform from; from 811 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 819 ui/gfx/transform_unittest.cc Transform from; from 828 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 834 ui/gfx/transform_unittest.cc Transform from; from 841 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 847 ui/gfx/transform_unittest.cc Transform from; from 848 ui/gfx/transform_unittest.cc from.ApplyPerspectiveDepth(200); from 856 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, t)); from 862 ui/gfx/transform_unittest.cc Transform from; from 864 ui/gfx/transform_unittest.cc EXPECT_TRUE(to.Blend(from, 0.5)); from 865 ui/gfx/transform_unittest.cc EXPECT_EQ(to, from); from 869 ui/gfx/transform_unittest.cc Transform from; from 872 ui/gfx/transform_unittest.cc EXPECT_FALSE(to.Blend(from, 0.5)); from 876 ui/gfx/transform_unittest.cc Transform from; from 877 ui/gfx/transform_unittest.cc from.Translate3d(100.0, 200.0, 100.0); from 882 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 883 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 887 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 895 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 903 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 911 ui/gfx/transform_unittest.cc Transform from; from 912 ui/gfx/transform_unittest.cc from.Scale3d(100.0, 200.0, 100.0); from 917 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 918 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 922 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 930 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 938 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 946 ui/gfx/transform_unittest.cc Transform from; from 947 ui/gfx/transform_unittest.cc from.SkewX(0.0); from 952 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 953 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 957 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 965 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 973 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 998 ui/gfx/transform_unittest.cc Transform from; from 999 ui/gfx/transform_unittest.cc from.SkewY(0.0); from 1004 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 1005 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 1009 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 1027 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 1045 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 1058 ui/gfx/transform_unittest.cc Transform from; from 1059 ui/gfx/transform_unittest.cc from.RotateAbout(Vector3dF(1.0, 0.0, 0.0), 0.0); from 1064 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 1065 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 1070 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 1089 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 1107 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 1115 ui/gfx/transform_unittest.cc Transform from; from 1116 ui/gfx/transform_unittest.cc from.RotateAbout(Vector3dF(0.0, 1.0, 0.0), 0.0); from 1121 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 1122 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 1127 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 1146 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 1164 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 1172 ui/gfx/transform_unittest.cc Transform from; from 1173 ui/gfx/transform_unittest.cc from.RotateAbout(Vector3dF(0.0, 0.0, 1.0), 0.0); from 1178 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 1179 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 1184 ui/gfx/transform_unittest.cc to.Blend(from, 0.25); from 1203 ui/gfx/transform_unittest.cc to.Blend(from, 0.5); from 1221 ui/gfx/transform_unittest.cc to.Blend(from, 1.0); from 1238 ui/gfx/transform_unittest.cc Transform from; from 1249 ui/gfx/transform_unittest.cc to.Blend(from, 0.0); from 1250 ui/gfx/transform_unittest.cc EXPECT_EQ(from, to); from 1256 ui/gfx/transform_unittest.cc to.Blend(from, .99999f); from 296 ui/gfx/transform_util.cc const DecomposedTransform& from, from 300 ui/gfx/transform_util.cc Combine<3>(out->translate, to.translate, from.translate, scalea, scaleb); from 301 ui/gfx/transform_util.cc Combine<3>(out->scale, to.scale, from.scale, scalea, scaleb); from 302 ui/gfx/transform_util.cc Combine<3>(out->skew, to.skew, from.skew, scalea, scaleb); from 304 ui/gfx/transform_util.cc out->perspective, to.perspective, from.perspective, scalea, scaleb); from 305 ui/gfx/transform_util.cc return Slerp(out->quaternion, from.quaternion, to.quaternion, progress); from 43 ui/gfx/transform_util.h const DecomposedTransform& from, from 22 ui/views/examples/double_split_view_example.cc void SetColor(SkColor from, SkColor to); from 38 ui/views/examples/double_split_view_example.cc void SplittedView::SetColor(SkColor from, SkColor to) { from 39 ui/views/examples/double_split_view_example.cc set_background(Background::CreateVerticalGradientBackground(from, to)); from 34 ui/views/examples/scroll_view_example.cc void SetColor(SkColor from, SkColor to) { from 35 ui/views/examples/scroll_view_example.cc set_background(Background::CreateVerticalGradientBackground(from, to)); from 21 ui/views/examples/single_split_view_example.cc void SetColor(SkColor from, SkColor to); from 39 ui/views/examples/single_split_view_example.cc void SplittedView::SetColor(SkColor from, SkColor to) { from 40 ui/views/examples/single_split_view_example.cc set_background(Background::CreateVerticalGradientBackground(from, to)); from 1283 ui/views/view.h void PropagateVisibilityNotifications(View* from, bool is_visible); from 39 webkit/browser/fileapi/native_file_util.cc bool CopyFileAndSync(const base::FilePath& from, const base::FilePath& to) { from 40 webkit/browser/fileapi/native_file_util.cc base::File infile(from, base::File::FLAG_OPEN | base::File::FLAG_READ);