Home
last modified time | relevance | path

Searched defs:native_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DInterruptIn-js.cpp27 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() local
63 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
92 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
128 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
157 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
192 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
216 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
238 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
256 InterruptIn *native_ptr = new InterruptIn((PinName)pin); in DECLARE_CLASS_CONSTRUCTOR() local
DPwmOut-js.cpp62 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
95 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
123 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
149 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
175 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
201 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
227 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
253 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
274 PwmOut* native_ptr = new PwmOut(pin_name); in DECLARE_CLASS_CONSTRUCTOR() local
DI2C-js.cpp59 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
101 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
122 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
196 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
219 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
259 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
282 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
303 I2C *native_ptr = new I2C((PinName)sda, (PinName)scl); in DECLARE_CLASS_CONSTRUCTOR() local
DDigitalOut-js.cpp60 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
87 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
111 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
129 DigitalOut* native_ptr; in DECLARE_CLASS_CONSTRUCTOR() local
DAnalogIn-js.cpp57 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
82 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() local
101 AnalogIn* native_ptr = new AnalogIn(pin_name); in DECLARE_CLASS_CONSTRUCTOR() local
/third_party/node/src/
Dnode_snapshotable.cc1409 void* native_ptr = in SerializeNodeContextInternalFields() local