| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | conversion.hpp | 88 Convertible(T&& value) : vtable(vtableForType<std::decay_t<T>>()) { in Convertible() 94 : vtable(v.vtable) in Convertible() 96 if (vtable) { in Convertible() 97 vtable->move(std::move(v.storage), this->storage); in Convertible() 102 if (vtable) { in ~Convertible() 103 vtable->destroy(storage); in ~Convertible() 108 if (vtable) { in operator =() 109 vtable->destroy(storage); in operator =() 111 vtable = v.vtable; in operator =() 112 if (vtable) { in operator =() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | unique_any.hpp | 49 unique_any(unique_any&& rhs) : vtable(rhs.vtable) { in unique_any() 50 if (vtable) { in unique_any() 51 vtable->move(std::move(rhs.storage), storage); in unique_any() 53 rhs.vtable = nullptr; in unique_any() 81 if (vtable) { in reset() 82 vtable->destroy(storage); in reset() 83 vtable = nullptr; in reset() 92 rhs.vtable = vtable; in swap() 93 if (rhs.vtable) { in swap() 94 rhs.vtable->move(std::move(storage), rhs.storage); in swap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | vctrl-regulator.c | 44 struct vctrl_voltage_table *vtable; member 175 vctrl->vtable[selector].ctrl, in vctrl_set_voltage_sel() 176 vctrl->vtable[selector].ctrl, in vctrl_set_voltage_sel() 188 if (selector >= vctrl->vtable[vctrl->sel].ovp_min_sel) in vctrl_set_voltage_sel() 191 next_sel = vctrl->vtable[vctrl->sel].ovp_min_sel; in vctrl_set_voltage_sel() 194 vctrl->vtable[next_sel].ctrl, in vctrl_set_voltage_sel() 195 vctrl->vtable[next_sel].ctrl, in vctrl_set_voltage_sel() 200 vctrl->vtable[next_sel].ctrl); in vctrl_set_voltage_sel() 205 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel() 206 vctrl->vtable[next_sel].out, in vctrl_set_voltage_sel() [all …]
|
| H A D | hi655x-regulator.c | 108 sreg, cmask, vtable) { \ argument 117 .n_voltages = ARRAY_SIZE(vtable), \ 118 .volt_table = vtable, \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_template.hpp | 675 reinterpret_cast<std::size_t>(vtable) & ~static_cast<std::size_t>(0x01)); in get_vtable() 782 vtable = 0; in operator =() 795 vtable = 0; in assign() 826 vtable = 0; in operator =() 844 vtable = 0; in operator =() 866 if (vtable) { in clear() 869 vtable = 0; in clear() 896 this->vtable = f.vtable; in assign_to_own() 934 vtable = reinterpret_cast<boost::detail::function::vtable_base *>(value); in assign_to() 936 vtable = 0; in assign_to() [all …]
|
| H A D | function_base.hpp | 598 function_base() : vtable(0) { } in function_base() 601 bool empty() const { return !vtable; } in empty() 607 if (!vtable) return boost::typeindex::type_id<void>().type_info(); in target_type() 617 if (!vtable) return 0; in target() 631 if (!vtable) return 0; in target() 681 reinterpret_cast<std::size_t>(vtable) & ~static_cast<std::size_t>(0x01)); in get_vtable() 685 return reinterpret_cast<std::size_t>(vtable) & 0x01; in has_trivial_copy_and_destroy() 688 detail::function::vtable_base* vtable; member in boost::function_base
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0008-libio-Remove-codecvt-vtable-BZ-24588.patch | 4 Subject: [PATCH 08/20] libio: Remove codecvt vtable [BZ #24588] 6 The codecvt vtable is not a real vtable because it also contains the 13 vtable verification did not cover the codecvt vtable.) 340 @@ -839,4 +838,32 @@ IO_validate_vtable (const struct _IO_jump_t *vtable) 341 return vtable;
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | abi.rst | 8 .. scripts/check-sysctl-docs -vtable="abi" \
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | hal.c | 603 DBusObjectPathVTable vtable = {.message_function = ownerchanged_handler, }; in listen_for_startup() local 616 &vtable, data)) in listen_for_startup()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cfi.c | 343 void cfi_failure_handler(void *data, void *ptr, void *vtable) in cfi_failure_handler() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | typeinfo | 92 * controls in which translation unit the vtable is emitted. The
|
| H A D | system_error | 104 // vtable must be consistent for dynamic dispatch to work, but which one
|
| H A D | variant | 816 // Used for storing a multi-dimensional vtable. 886 // Creates a multi-dimensional vtable recursively. 911 // The returned multi-dimensional vtable can be fast accessed by the visitor
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | typeinfo | 92 * controls in which translation unit the vtable is emitted. The
|
| H A D | system_error | 104 // vtable must be consistent for dynamic dispatch to work, but which one
|
| H A D | variant | 816 // Used for storing a multi-dimensional vtable. 886 // Creates a multi-dimensional vtable recursively. 911 // The returned multi-dimensional vtable can be fast accessed by the visitor
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | vrc4173_cardu.c | 52 struct pccard_operations *vtable,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-core.h | 1667 tree vtable; member
|
| H A D | timevar.def | 299 DEFTIMEVAR (TV_VTABLE_VERIFICATION , "vtable verification")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-core.h | 1667 tree vtable; member
|
| H A D | timevar.def | 299 DEFTIMEVAR (TV_VTABLE_VERIFICATION , "vtable verification")
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | stabs.info | 2400 the unknown type and the vtable record type. The unknown type, type 16, 2403 The vtable record type, type 17, is defined as a structure type and 2474 method description goes on to give the vtable index of the method, and 2784 a virtual method. This field is the vtable pointer. The name of the 2785 vtable pointer field starts with '$vf' and continues with a type 2787 reference for class A is 20 so the name of its vtable pointer field is 2790 Next there is a type definition for the vtable pointer type (21). 2793 Type 22 is the vtable itself, which is defined as an array, indexed 2795 17. Type 17 was the vtable record type defined by the boilerplate C++ 2798 The bit offset of the vtable pointer field is 32. The number of bits [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | stabs.info | 2400 the unknown type and the vtable record type. The unknown type, type 16, 2403 The vtable record type, type 17, is defined as a structure type and 2474 method description goes on to give the vtable index of the method, and 2784 a virtual method. This field is the vtable pointer. The name of the 2785 vtable pointer field starts with '$vf' and continues with a type 2787 reference for class A is 20 so the name of its vtable pointer field is 2790 Next there is a type definition for the vtable pointer type (21). 2793 Type 22 is the vtable itself, which is defined as an array, indexed 2795 17. Type 17 was the vtable record type defined by the boilerplate C++ 2798 The bit offset of the vtable pointer field is 32. The number of bits [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | todo.rst | 130 * A bunch of the vtable hooks are now in the wrong place: DRM has a split 536 vtable.
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/ |
| H A D | Add-xptcall-support-for-SH4-processors.patch | 163 + * Dereference that to get vtable pointer
|