Home
last modified time | relevance | path

Searched refs:getMethods (Results 1 – 25 of 42) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0SharedProxyCxxModule.h32 auto getMethods() -> std::vector<Method> override {
33 return shared_->getMethods();
H A DABI48_0_0NativeModule.h35 virtual std::vector<MethodDescriptor> getMethods() = 0;
H A DABI48_0_0SampleCxxModule.h46 virtual auto getMethods() -> std::vector<Method>;
H A DABI48_0_0CxxNativeModule.h43 std::vector<MethodDescriptor> getMethods() override;
H A DABI48_0_0CxxNativeModule.cpp95 std::vector<MethodDescriptor> CxxNativeModule::getMethods() { in getMethods() function in ABI48_0_0facebook::ABI48_0_0React::CxxNativeModule
256 methods_ = module_->getMethods(); in lazyInit()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0SharedProxyCxxModule.h32 auto getMethods() -> std::vector<Method> override {
33 return shared_->getMethods();
H A DABI47_0_0NativeModule.h35 virtual std::vector<MethodDescriptor> getMethods() = 0;
H A DABI47_0_0SampleCxxModule.h46 virtual auto getMethods() -> std::vector<Method>;
H A DABI47_0_0CxxNativeModule.h43 std::vector<MethodDescriptor> getMethods() override;
H A DABI47_0_0CxxNativeModule.cpp95 std::vector<MethodDescriptor> CxxNativeModule::getMethods() { in getMethods() function in ABI47_0_0facebook::ABI47_0_0React::CxxNativeModule
248 methods_ = module_->getMethods(); in lazyInit()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0SharedProxyCxxModule.h32 auto getMethods() -> std::vector<Method> override {
33 return shared_->getMethods();
H A DABI49_0_0NativeModule.h35 virtual std::vector<MethodDescriptor> getMethods() = 0;
H A DABI49_0_0SampleCxxModule.h46 virtual auto getMethods() -> std::vector<Method>;
H A DABI49_0_0CxxNativeModule.h43 std::vector<MethodDescriptor> getMethods() override;
H A DABI49_0_0CxxNativeModule.cpp95 std::vector<MethodDescriptor> CxxNativeModule::getMethods() { in getMethods() function in ABI49_0_0facebook::ABI49_0_0React::CxxNativeModule
256 methods_ = module_->getMethods(); in lazyInit()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/
H A DABI47_0_0RCTNativeModule.h20 std::vector<MethodDescriptor> getMethods() override;
H A DABI47_0_0RCTCxxModule.mm62 for (const auto &method : _module->getMethods()) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTNativeModule.h20 std::vector<MethodDescriptor> getMethods() override;
H A DABI49_0_0RCTCxxModule.mm62 for (const auto &method : _module->getMethods()) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/
H A DABI48_0_0RCTNativeModule.h20 std::vector<MethodDescriptor> getMethods() override;
H A DABI48_0_0RCTCxxModule.mm62 for (const auto &method : _module->getMethods()) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/
H A DABI48_0_0SampleTurboCxxModuleLegacyImpl.h25 std::vector<ABI48_0_0facebook::xplat::module::CxxModule::Method> getMethods() override;
H A DABI48_0_0SampleTurboCxxModuleLegacyImpl.cpp32 std::vector<CxxModule::Method> SampleTurboCxxModuleLegacyImpl::getMethods() { in getMethods() function in ABI48_0_0facebook::ABI48_0_0React::SampleTurboCxxModuleLegacyImpl
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/
H A DABI49_0_0SampleTurboCxxModuleLegacyImpl.h25 std::vector<ABI49_0_0facebook::xplat::module::CxxModule::Method> getMethods() override;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/samples/platform/ios/
H A DABI47_0_0SampleTurboCxxModuleLegacyImpl.h25 std::vector<ABI47_0_0facebook::xplat::module::CxxModule::Method> getMethods() override;

12