/third_party/boost/boost/beast/websocket/detail/ |
D | decorator.hpp | 100 static vtable const* get_default() in get_default() function 119 vtable const* vtable_ = vtable::get_default(); 157 other.vtable_, vtable::get_default())) in decorator() 180 other.vtable_, vtable::get_default()); in operator =()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/ |
D | decorator.hpp | 100 static vtable const* get_default() in get_default() function 119 vtable const* vtable_ = vtable::get_default(); 157 other.vtable_, vtable::get_default())) in decorator() 180 other.vtable_, vtable::get_default()); in operator =()
|
/third_party/boost/boost/parameter/aux_/ |
D | arg_list.hpp | 391 get_default(D const&, ::boost::mp11::mp_false) const in get_default() function in boost::parameter::aux::arg_list 393 get_default(D const&, ::boost::mpl::false_) const in get_default() 402 get_default(D const& d, ::boost::mp11::mp_true) const in get_default() function in boost::parameter::aux::arg_list 404 get_default(D const& d, ::boost::mpl::true_) const in get_default() 438 return this->get_default(d, _holds_maybe()); in operator []() 447 return this->get_default(d, _holds_maybe()); in operator []() 813 get_default(D const&, ::boost::mpl::false_) const in get_default() function in boost::parameter::aux::arg_list 820 get_default(D const& d, ::boost::mpl::true_) const in get_default() function in boost::parameter::aux::arg_list 919 return this->get_default(d, _holds_maybe()); in get() 944 return this->get_default(d, _holds_maybe());
|
/third_party/libinput/src/ |
D | libinput-private.h | 190 enum libinput_config_tap_state (*get_default)(struct libinput_device *device); member 252 int (*get_default)(struct libinput_device *device); member 286 enum libinput_config_middle_emulation_state (*get_default)( member
|
D | evdev-middle-button.c | 724 device->middlebutton.config.get_default = evdev_middlebutton_get_default; in evdev_init_middlebutton()
|
D | libinput.c | 3695 return device->config.tap->get_default(device); in libinput_device_config_tap_get_default_enabled() 4031 return device->config.left_handed->get_default(device); in libinput_device_config_left_handed_get_default() 4135 return device->config.middle_emulation->get_default(device); in libinput_device_config_middle_emulation_get_default_enabled()
|
D | evdev-mt-touchpad-tap.c | 1211 tp->tap.config.get_default = tp_tap_config_get_default; in tp_init_tap()
|
D | evdev-mt-touchpad-buttons.c | 882 device->middlebutton.config.get_default = tp_clickpad_middlebutton_get_default; in tp_init_clickpad_middlebutton_emulation()
|
D | evdev.c | 644 device->left_handed.config.get_default = evdev_left_handed_get_default; in evdev_init_left_handed()
|
/third_party/openssl/doc/man3/ |
D | ENGINE_add.pod | 282 when calling RSA_new_method(NULL)), a "get_default" call will be made to the 291 "get_default" query since the table was last modified, because to process 302 "get_default" query will be if one is expressly set in the table. Eg. 304 that it also sets the state table's cached response for the "get_default"
|
/third_party/python/Lib/test/ |
D | test_argparse.py | 3149 self.assertIsNone(parser.get_default("foo")) 3150 self.assertIsNone(parser.get_default("bar")) 3153 self.assertIsNone(parser.get_default("foo")) 3154 self.assertIsNone(parser.get_default("bar")) 3157 self.assertIsNone(parser.get_default("foo")) 3158 self.assertEqual(42, parser.get_default("bar")) 3161 self.assertEqual("badger", parser.get_default("foo")) 3162 self.assertEqual(42, parser.get_default("bar"))
|
/third_party/libinput/doc/user/ |
D | architecture.rst | 222 and provide the function pointers for the ``get``, ``set``, ``get_default``
|
/third_party/python/Lib/ |
D | argparse.py | 1381 def get_default(self, dest): member in _ActionsContainer
|
/third_party/python/Doc/library/ |
D | argparse.rst | 1965 .. method:: ArgumentParser.get_default(dest) 1973 >>> parser.get_default('foo')
|