Home
last modified time | relevance | path

Searched refs:JSIndexedRAMBundle (Results 1 – 15 of 15) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSIndexedRAMBundle.cpp19 JSIndexedRAMBundle::buildFactory() { in buildFactory()
21 return std::make_unique<JSIndexedRAMBundle>(bundlePath.c_str()); in buildFactory()
25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() function in ABI48_0_0facebook::ABI48_0_0React::JSIndexedRAMBundle
34 JSIndexedRAMBundle::JSIndexedRAMBundle( in JSIndexedRAMBundle() function in ABI48_0_0facebook::ABI48_0_0React::JSIndexedRAMBundle
49 void JSIndexedRAMBundle::init() { in init()
75 JSIndexedRAMBundle::Module JSIndexedRAMBundle::getModule( in getModule()
83 std::unique_ptr<const JSBigString> JSIndexedRAMBundle::getStartupCode() { in getStartupCode()
89 std::string JSIndexedRAMBundle::getModuleCode(const uint32_t id) const { in getModuleCode()
108 void JSIndexedRAMBundle::readBundle(char *buffer, const std::streamsize bytes) in readBundle()
119 void JSIndexedRAMBundle::readBundle( in readBundle()
H A DABI48_0_0JSIndexedRAMBundle.h23 class ABI48_0_0RN_EXPORT JSIndexedRAMBundle : public JSModulesUnbundle {
29 JSIndexedRAMBundle(const char *sourceURL);
30 JSIndexedRAMBundle(std::unique_ptr<const JSBigString> script);
H A DABI48_0_0Instance.cpp114 auto bundle = std::make_unique<JSIndexedRAMBundle>(std::move(script)); in loadRAMBundleFromString()
124 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
127 std::move(bundle), JSIndexedRAMBundle::buildFactory()); in loadRAMBundleFromFile()
H A DBUCK90 "JSIndexedRAMBundle.h",
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSIndexedRAMBundle.cpp19 JSIndexedRAMBundle::buildFactory() { in buildFactory()
21 return std::make_unique<JSIndexedRAMBundle>(bundlePath.c_str()); in buildFactory()
25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() function in ABI47_0_0facebook::ABI47_0_0React::JSIndexedRAMBundle
34 JSIndexedRAMBundle::JSIndexedRAMBundle( in JSIndexedRAMBundle() function in ABI47_0_0facebook::ABI47_0_0React::JSIndexedRAMBundle
49 void JSIndexedRAMBundle::init() { in init()
75 JSIndexedRAMBundle::Module JSIndexedRAMBundle::getModule( in getModule()
83 std::unique_ptr<const JSBigString> JSIndexedRAMBundle::getStartupCode() { in getStartupCode()
89 std::string JSIndexedRAMBundle::getModuleCode(const uint32_t id) const { in getModuleCode()
108 void JSIndexedRAMBundle::readBundle(char *buffer, const std::streamsize bytes) in readBundle()
119 void JSIndexedRAMBundle::readBundle( in readBundle()
H A DABI47_0_0JSIndexedRAMBundle.h23 class ABI47_0_0RN_EXPORT JSIndexedRAMBundle : public JSModulesUnbundle {
29 JSIndexedRAMBundle(const char *sourceURL);
30 JSIndexedRAMBundle(std::unique_ptr<const JSBigString> script);
H A DABI47_0_0Instance.cpp114 auto bundle = std::make_unique<JSIndexedRAMBundle>(std::move(script)); in loadRAMBundleFromString()
124 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
127 std::move(bundle), JSIndexedRAMBundle::buildFactory()); in loadRAMBundleFromFile()
H A DBUCK86 "JSIndexedRAMBundle.h",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSIndexedRAMBundle.cpp19 JSIndexedRAMBundle::buildFactory() { in buildFactory()
21 return std::make_unique<JSIndexedRAMBundle>(bundlePath.c_str()); in buildFactory()
25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() function in ABI49_0_0facebook::ABI49_0_0React::JSIndexedRAMBundle
34 JSIndexedRAMBundle::JSIndexedRAMBundle( in JSIndexedRAMBundle() function in ABI49_0_0facebook::ABI49_0_0React::JSIndexedRAMBundle
49 void JSIndexedRAMBundle::init() { in init()
75 JSIndexedRAMBundle::Module JSIndexedRAMBundle::getModule( in getModule()
83 std::unique_ptr<const JSBigString> JSIndexedRAMBundle::getStartupCode() { in getStartupCode()
89 std::string JSIndexedRAMBundle::getModuleCode(const uint32_t id) const { in getModuleCode()
108 void JSIndexedRAMBundle::readBundle(char *buffer, const std::streamsize bytes) in readBundle()
119 void JSIndexedRAMBundle::readBundle( in readBundle()
H A DABI49_0_0JSIndexedRAMBundle.h23 class ABI49_0_0RN_EXPORT JSIndexedRAMBundle : public JSModulesUnbundle {
29 JSIndexedRAMBundle(const char *sourceURL);
30 JSIndexedRAMBundle(std::unique_ptr<const JSBigString> script);
H A DABI49_0_0Instance.cpp115 auto bundle = std::make_unique<JSIndexedRAMBundle>(std::move(script)); in loadRAMBundleFromString()
125 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
128 std::move(bundle), JSIndexedRAMBundle::buildFactory()); in loadRAMBundleFromFile()
H A DBUCK90 "JSIndexedRAMBundle.h",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxBridge/
H A DABI49_0_0RCTCxxBridge.mm1551 auto ramBundle = std::make_unique<JSIndexedRAMBundle>(sourceUrlStr.UTF8String);
1557 …RAMBundleRegistry::multipleBundlesRegistry(std::move(ramBundle), JSIndexedRAMBundle::buildFactory(…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxBridge/
H A DABI47_0_0RCTCxxBridge.mm1544 auto ramBundle = std::make_unique<JSIndexedRAMBundle>(sourceUrlStr.UTF8String);
1550 …RAMBundleRegistry::multipleBundlesRegistry(std::move(ramBundle), JSIndexedRAMBundle::buildFactory(…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxBridge/
H A DABI48_0_0RCTCxxBridge.mm1545 auto ramBundle = std::make_unique<JSIndexedRAMBundle>(sourceUrlStr.UTF8String);
1551 …RAMBundleRegistry::multipleBundlesRegistry(std::move(ramBundle), JSIndexedRAMBundle::buildFactory(…