Home
last modified time | relevance | path

Searched refs:SampleCxxModule (Results 1 – 12 of 12) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0SampleCxxModule.cpp70 SampleCxxModule::SampleCxxModule(std::unique_ptr<Sample> sample) in SampleCxxModule() function in ABI49_0_0facebook::xplat::samples::SampleCxxModule
73 std::string SampleCxxModule::getName() { in getName()
77 auto SampleCxxModule::getConstants() -> std::map<std::string, folly::dynamic> { in getConstants()
85 auto SampleCxxModule::getMethods() -> std::vector<Method> { in getMethods()
108 Method("save", this, &SampleCxxModule::save), in getMethods()
109 Method("load", this, &SampleCxxModule::load), in getMethods()
156 void SampleCxxModule::save(folly::dynamic args) { in save()
166 void SampleCxxModule::load([[maybe_unused]] folly::dynamic args, Callback cb) { in load()
179 ABI49_0_0facebook::xplat::module::CxxModule *SampleCxxModule() { in SampleCxxModule() function
180 return new ABI49_0_0facebook::xplat::samples::SampleCxxModule( in SampleCxxModule()
H A DABI49_0_0SampleCxxModule.h38 class SampleCxxModule : public module::CxxModule {
40 SampleCxxModule(std::unique_ptr<Sample> sample);
59 extern "C" ABI49_0_0facebook::xplat::module::CxxModule *SampleCxxModule();
H A DBUCK62 srcs = ["SampleCxxModule.cpp"],
64 exported_headers = ["SampleCxxModule.h"],
110 "SampleCxxModule.cpp",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0SampleCxxModule.cpp70 SampleCxxModule::SampleCxxModule(std::unique_ptr<Sample> sample) in SampleCxxModule() function in ABI48_0_0facebook::xplat::samples::SampleCxxModule
73 std::string SampleCxxModule::getName() { in getName()
77 auto SampleCxxModule::getConstants() -> std::map<std::string, folly::dynamic> { in getConstants()
85 auto SampleCxxModule::getMethods() -> std::vector<Method> { in getMethods()
108 Method("save", this, &SampleCxxModule::save), in getMethods()
109 Method("load", this, &SampleCxxModule::load), in getMethods()
156 void SampleCxxModule::save(folly::dynamic args) { in save()
166 void SampleCxxModule::load([[maybe_unused]] folly::dynamic args, Callback cb) { in load()
179 ABI48_0_0facebook::xplat::module::CxxModule *SampleCxxModule() { in SampleCxxModule() function
180 return new ABI48_0_0facebook::xplat::samples::SampleCxxModule( in SampleCxxModule()
H A DABI48_0_0SampleCxxModule.h38 class SampleCxxModule : public module::CxxModule {
40 SampleCxxModule(std::unique_ptr<Sample> sample);
59 extern "C" ABI48_0_0facebook::xplat::module::CxxModule *SampleCxxModule();
H A DBUCK62 srcs = ["SampleCxxModule.cpp"],
64 exported_headers = ["SampleCxxModule.h"],
110 "SampleCxxModule.cpp",
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0SampleCxxModule.cpp70 SampleCxxModule::SampleCxxModule(std::unique_ptr<Sample> sample) in SampleCxxModule() function in ABI47_0_0facebook::xplat::samples::SampleCxxModule
73 std::string SampleCxxModule::getName() { in getName()
77 auto SampleCxxModule::getConstants() -> std::map<std::string, folly::dynamic> { in getConstants()
85 auto SampleCxxModule::getMethods() -> std::vector<Method> { in getMethods()
108 Method("save", this, &SampleCxxModule::save), in getMethods()
109 Method("load", this, &SampleCxxModule::load), in getMethods()
156 void SampleCxxModule::save(folly::dynamic args) { in save()
166 void SampleCxxModule::load(__unused folly::dynamic args, Callback cb) { in load()
179 ABI47_0_0facebook::xplat::module::CxxModule *SampleCxxModule() { in SampleCxxModule() function
180 return new ABI47_0_0facebook::xplat::samples::SampleCxxModule( in SampleCxxModule()
H A DABI47_0_0SampleCxxModule.h38 class SampleCxxModule : public module::CxxModule {
40 SampleCxxModule(std::unique_ptr<Sample> sample);
59 extern "C" ABI47_0_0facebook::xplat::module::CxxModule *SampleCxxModule();
H A DBUCK57 srcs = ["SampleCxxModule.cpp"],
59 exported_headers = ["SampleCxxModule.h"],
106 "SampleCxxModule.cpp",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/logger/
H A DABI48_0_0React-logger.podspec28 s.exclude_files = "SampleCxxModule.*"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/logger/
H A DABI49_0_0React-logger.podspec28 s.exclude_files = "SampleCxxModule.*"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/logger/
H A DABI47_0_0React-logger.podspec28 s.exclude_files = "SampleCxxModule.*"