Home
last modified time | relevance | path

Searched defs:toNative (Results 26 – 50 of 117) sorted by relevance

12345

/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/frontlib/
H A DAndroidTypeMapper.java46 public Object toNative(Object value, ToNativeContext context) { in toNative() method in AndroidTypeMapper.BooleanConverter
58 public Object toNative(Object value, ToNativeContext context) { in toNative() method in AndroidTypeMapper.SizeTConverter
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DNativedMappedTest.java73 public Object toNative() { in toNative() method in NativedMappedTest.TestEnum
99 public Object toNative() { in toNative() method in NativedMappedTest.NativeMappedTestClass
H A DArgumentsMarshalNullableTest.java65 public Object toNative() { in toNative() method in ArgumentsMarshalNullableTest.Int16NativeMapped
119 public static final ToNativeConverter toNative = new ToNativeConverter() { field in ArgumentsMarshalNullableTest.Int16
/dports/devel/jna/jna-5.7.0/src/com/sun/jna/
H A DToNativeConverter.java52 Object toNative(Object value, ToNativeContext context); in toNative() method
H A DNativeMapped.java44 Object toNative(); in toNative() method
H A DNativeMappedConverter.java79 public Object toNative(Object value, ToNativeContext context) { in toNative() method in NativeMappedConverter
H A DPointerType.java56 public Object toNative() { in toNative() method in PointerType
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/
H A DFilePath.hs148 toNative = if isWindows then map (\x -> if x == '/' then '\\' else x) else id function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/
H A DFilePath.hs148 toNative = if isWindows then map (\x -> if x == '/' then '\\' else x) else id function
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/
H A DFilePath.hs148 toNative = if isWindows then map (\x -> if x == '/' then '\\' else x) else id function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/platform/
H A Dprocess_id.h76 NativeProcessId toNative() const { in toNative() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/scripts/test/V8/
H A DV8TestMediaQueryListListener.h39 static TestMediaQueryListListener* toNative(v8::Handle<v8::Object> object) in toNative() function
H A DV8TestObj.h39 static TestObj* toNative(v8::Handle<v8::Object> object) in toNative() function
H A DV8TestSerializedScriptValueInterface.h41 static TestSerializedScriptValueInterface* toNative(v8::Handle<v8::Object> object) in toNative() function
H A DV8TestInterface.h41 static TestInterface* toNative(v8::Handle<v8::Object> object) in toNative() function
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/
H A DEnumConverter.java59 public Integer toNative(Object input, ToNativeContext context) { in toNative() method in EnumConverter
/dports/devel/libvirt-java/libvirt-java-0.5.2/src/main/java/org/libvirt/
H A DSchedParameter.java62 public static virSchedParameter toNative(final SchedParameter param) { in toNative() method in SchedParameter
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/audio/visp-go/visp-2585747/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/node-syscall/
H A Dsyscall.cc16 intptr_t toNative(Local<Value> value) { in toNative() function
/dports/archivers/lazperf/laz-perf-2.0.0/python/lazperf/
H A DPyLazperfTypes.hpp9 constexpr typename std::underlying_type<E>::type toNative(E e) in toNative() function

12345