text
stringlengths
1
24.5M
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // @generated by enums.py // clang-format off #pragma once #include <cstdint> #include <yoga/YGEnums.h> #include <yoga/enums/Yog...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <yoga/enums/Edge.h> namespace facebook::yoga { enum class PhysicalEdge : uint32_t { Left = yoga::to_un...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // @generated by enums.py // clang-format off #pragma once #include <cstdint> #include <yoga/YGEnums.h> #include <yoga/enums/Yog...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // @generated by enums.py // clang-format off #pragma once #include <cstdint> #include <yoga/YGEnums.h> #include <yoga/enums/Yog...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // @generated by enums.py // clang-format off #pragma once #include <cstdint> #include <yoga/YGEnums.h> #include <yoga/enums/Yog...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <bit> #include <iterator> #include <type_traits> namespace facebook::yoga { /** * Concept for any enum/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "event.h" #include <atomic> #include <memory> namespace facebook::yoga { const char* LayoutPassReasonToString(const La...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <yoga/Yoga.h> #include <array> #include <cstdint> #include <functional> #include <vector> namespace face...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cmath> #include <yoga/Yoga.h> #include <yoga/algorithm/SizingMode.h> #include <yoga/numeric/Comparison....
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstdint> #include <forward_list> #include <utility> #include <yoga/enums/Display.h> namespace facebook:...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cmath> #include <yoga/node/LayoutResults.h> #include <yoga/numeric/Comparison.h> namespace facebook::yoga { bool Lay...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <array> #include <yoga/debug/AssertFatal.h> #include <yoga/enums/Dimension.h> #include <yoga/enums/Direct...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <algorithm> #include <cstddef> #include <iostream> #include <yoga/algorithm/FlexDirection.h> #include <yoga/debug/Asser...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstdint> #include <cstdio> #include <vector> #include <yoga/Yoga.h> #include <yoga/node/LayoutableChildr...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <algorithm> #include <array> #include <cmath> #include <concepts> #include <yoga/Yoga.h> namespace faceb...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <yoga/numeric/Comparison.h> #include <limits> namespace facebook::yoga { struct FloatOptional { private...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <array> #include <bitset> #include <cassert> #include <cstdint> #include <memory> #include <vector> names...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <array> #include <cstdint> #include <type_traits> #include <yoga/Yoga.h> #include <yoga/algorithm/FlexDi...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <yoga/enums/Unit.h> #include <yoga/numeric/FloatOptional.h> namespace facebook::yoga { /** * Style::Len...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <yoga/enums/Unit.h> #include <yoga/numeric/FloatOptional.h> namespace facebook::yoga { /** * This class...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstdint> #include <yoga/Yoga.h> #include <yoga/numeric/FloatOptional.h> #include <yoga/style/SmallValue...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cassert> #include <cstdint> #include <yoga/numeric/FloatOptional.h> #include <yoga/style/SmallValueBuffe...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AppStateModule.h" namespace facebook::react { AppStateConstants AppStateModule::getConstants(jsi::Runtime& /*rt*/) { ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <memory> #include <string> namespace facebook::react ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "DeviceInfoModule.h" namespace facebook::react { DeviceInfoConstants DeviceInfoModule::getConstants(jsi::Runtime& /*rt...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <optional> namespace facebook::react { using Display...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "PlatformConstantsModule.h" namespace facebook::react { PlatformConstantsAndroid PlatformConstantsModule::getConstants...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <optional> namespace facebook::react { using ReactNa...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "DevLoadingViewModule.h" namespace facebook::react { const int32_t DEFAULT_TEXT_COLOR = 0xFFFFFFFF; const int32_t DEFA...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "IDevUIDelegate.h" #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <jsi/jsi.h> #include <opt...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "DevServerHelper.h" #include <fmt/format.h> #include <glog/logging.h> #include <jsinspector-modern/InspectorFlags.h> #i...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <react/http/IHttpClient.h> #include <react/nativemodule/JavaScriptModule.h> #in...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "DevSettingsModule.h" #include <glog/logging.h> namespace facebook::react { void DevSettingsModule::reload(jsi::Runti...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/devsupport/DevServerHelper.h> #include <memory>...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/graphics/Color.h> #include <functional> #include <string> namespace facebook::react { st...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "LogBoxModule.h" #include <glog/logging.h> namespace facebook::react { LogBoxModule::LogBoxModule( std::shared_pt...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/renderer/scheduler/SurfaceDelegate.h> namespac...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "PackagerConnection.h" #include <glog/logging.h> #include <nlohmann/json.hpp> #include <utility> namespace facebook::r...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/http/IWebSocketClient.h> #include <functional> #include <memory> #include <string> namespace faceb...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "SourceCodeModule.h" #include <react/devsupport/DevServerHelper.h> #include <string> namespace facebook::react { Sour...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <memory> #include <string> namespace facebook::react ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "Inspector.h" #include "InspectorPackagerConnectionDelegate.h" #include <glog/logging.h> #include <utility> namespace ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "InspectorThread.h" #include <jsinspector-modern/HostTarget.h> #include <jsinspector-modern/InspectorPack...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "InspectorPackagerConnectionDelegate.h" #include <chrono> #include <utility> namespace facebook::react { InspectorPac...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "InspectorThread.h" #include <jsinspector-modern/InspectorPackagerConnection.h> #include <react/http/IWeb...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/threading/TaskDispatchThread.h> #include <chrono> namespace facebook::react { class InspectorThre...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char HttpClientFactoryKey[] = "HttpClientFa...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/io/IOBuf.h> #include <functional> #include <memory> #include <optional> #include <string> #include ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ namespace facebook::react { // NOLINTNEXTLINE(modernize-avoid-c-arrays) extern const char WebSocketClientFactoryKey[] = "WebSock...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <functional> #include <memory> #include <string> namespace facebook::react { class IWebSocketClient { p...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "WebSocketClient.h" #include <boost/beast/core.hpp> #include <boost/beast/websocket.hpp> #include <folly/Synchronized.h...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/http/IWebSocketClient.h> #include <memory> #include <string> #include <thread> namespace facebook:...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <functional> #include <string> namespace facebook::react { using IImageLoaderOnLoadCallback = std::funct...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ImageLoaderModule.h" #include "IImageLoader.h" namespace facebook::react { jsi::Object ImageLoaderModule::getConstant...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/bridging/Promise.h> #include <memory> #include ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "NetworkingModule.h" #include <react/debug/react_native_assert.h> namespace facebook::react { // The requests abstrac...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/http/IHttpClient.h> #include <memory> #include ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ResourceLoader.h" #include <cxxreact/JSBigString.h> #include <glog/logging.h> namespace facebook::react { /* static *...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <filesystem> #include <string> namespace facebook::react { class JSBigString; class ResourceLoader { p...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "WebSocketModule.h" #include <glog/logging.h> namespace facebook::react { WebSocketModule::WebSocketModule( std::...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <react/http/IWebSocketClient.h> #include <memory> #inc...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "AssetManagerHelpers.h" #include <android/asset_manager_jni.h> #include <react/jni/JniHelper.h> namespace facebook::re...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <android/asset_manager.h> #include <fbjni/Context.h> #include <fbjni/fbjni.h> #include <string> namespace...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ResourceLoader.h" #include "AssetManagerHelpers.h" #include <android/asset_manager.h> #include <android/asset_manager_...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cxxreact/JSBigString.h> #include <react/io/ResourceLoader.h> #include <cassert> namespace facebook::react { bool Res...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #ifdef _WIN32 #include <folly/portability/Unistd.h> #include <folly/portability/Windows.h> #endif #include <ReactCommon/TestCall...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "JniHelper.h" #include <fbjni/Context.h> #include <fbjni/fbjni.h> namespace facebook::react { jobject getApplication(...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fbjni/Context.h> #include <fbjni/fbjni.h> namespace facebook::react { jobject getApplication(JNIEnv *en...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "DefaultLogger.h" #include <glog/logging.h> #include <logger/react_native_log.h> #include <string> namespace facebook:...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <functional> #include <string> namespace facebook::react { using Logger = std::function<void(const std::...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <glog/logging.h> #include <jserrorhandler/JsErrorHandler.h> namespace facebook::react { static inline Js...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "LogOnce.h" #include <glog/logging.h> #include <unordered_set> namespace facebook::react { LogOnceWrapper::~LogOnceW...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <glog/logging.h> #include <sstream> #define LOG_INFO_ONCE LogOnceWrapper(LogOnceWrapper::Severity::Info)...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "NativeExceptionsManager.h" #include <utility> namespace facebook::react { void NativeExceptionsManager::reportFatalE...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <FBReactNativeSpec/FBReactNativeSpecJSI.h> #include <jserrorhandler/JsErrorHandler.h> #include <react/brid...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <folly/dynamic.h> #include <functional> #include <string> namespace facebook::react { using JavaScriptMo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <ReactCommon/CallInvoker.h> #include <ReactCommon/TurboModule.h> #include <functional> #include <string> ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "FrameStats.h" #include "TimeSeries.h" #include <iomanip> #include <glog/logging.h> namespace facebook::react { stat...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <chrono> #include "perfetto.h" #define RENDER_FRAME_EVENT() \ TRACE_EVENT("rncxx", "render"); \ ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <react/profiling/perfetto.h> #if WITH_PERFETTO #include <mutex> void initializePerfetto() { static std::once_flag s_...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/profiling/tracy_noop.h> #include <cstdint> #ifndef WITH_PERFETTO #define WITH_PERFETTO 0 #endif ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "RuntimeHeapInfoCollector.h" #include <fmt/format.h> #include <glog/logging.h> #include <jsi/instrumentation.h> #include...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <jsi/jsi.h> #include <chrono> #include <iostream> #include <memory> namespace facebook::react { struct H...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "TimeSeries.h" #include <algorithm> #include <numeric> namespace facebook::react { TimeSeries::TimeSeries(int capacit...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <ostream> #include <vector> namespace facebook::react { class TimeSeries { // A "compound range" struc...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "tracy_noop.h" #if RNCXX_WITH_PROFILING_PROVIDER HZT_DEFINE_STATIC_STORAGE(facebook::react); #endif
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #ifndef RNCXX_WITH_PROFILING_PROVIDER #define RNCXX_WITH_PROFILING_PROVIDER 0 #endif #if RNCXX_WITH_PROFILING_PROV...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <gtest/gtest.h> #include <react/profiling/TimeSeries.h> namespace facebook::react { class TimeSeriesTests : public te...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "SchedulerDelegateImpl.h" namespace facebook::react { SchedulerDelegateImpl::SchedulerDelegateImpl( std::shared_pt...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/scheduler/SchedulerDelegate.h> #include <react/renderer/uimanager/IMountingManager.h> nam...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <string> namespace facebook::react { /** * Interface for handling a surface in React Native. Each platfo...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/renderer/componentregistry/ComponentDescriptorFactory.h> #include <react/renderer/core/ComponentDes...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ReactHost.h" #include <ReactCommon/TurboModuleBinding.h> #include <cxxreact/JSBigString.h> #include <folly/system/Thre...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "ReactInstanceConfig.h" #include <ReactCommon/CallInvoker.h> #include <ReactCommon/TurboModule.h> #includ...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/debug/flags.h> #include <string> namespace facebook::react { struct ReactInstanceConfig { std::...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "PlatformTimerRegistryImpl.h" #include <glog/logging.h> #include <chrono> namespace facebook::react { PlatformTimerRe...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/runtime/PlatformTimerRegistry.h> #include <react/runtime/TimerManager.h> #include <react/threading/...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "MessageQueueThreadImpl.h" #include <functional> namespace facebook::react { void MessageQueueThreadImpl::runOnQueue(...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cxxreact/MessageQueueThread.h> #include <react/threading/TaskDispatchThread.h> #include <memory> namespa...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "TaskDispatchThread.h" #include <folly/portability/SysResource.h> #include <folly/system/ThreadName.h> #include <chrono...