Home
last modified time | relevance | path

Searched defs:is_reference (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dtype_traits.hpp45 struct is_reference struct
47 static const bool value = false;
51 struct is_reference<T&> struct
53 static const bool value = true;
/third_party/boost/boost/type_traits/
Dis_reference.hpp20 template <class T> struct is_reference struct
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp319 struct is_reference struct
321 static const bool value = false;
325 struct is_reference<T&> struct
327 static const bool value = true;
333 struct is_reference<T&&> struct
335 static const bool value = true;
Dtype_traits.hpp320 struct is_reference struct
321 { static const bool value = false; };
324 struct is_reference<T&> struct
325 { static const bool value = true; };
329 struct is_reference<T&&> struct
330 { static const bool value = true; };
/third_party/flatbuffers/rust/flexbuffers/src/
Dflexbuffer_type.rs131 pub fn is_reference(self) -> bool { in is_reference() method
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs128 pub fn is_reference(&self) -> bool { in is_reference() method
/third_party/gettext/gettext-tools/src/
Dformat-kde-kuit.c111 is_reference (const char *input) in is_reference() function
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_decode.h24 …uint32_t is_reference:1; // This only applies to picture info, and not to the DPB li… member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std_decode.h34 …uint32_t is_reference : 1; // This only applies to picture info, and not to the DPB … member
/third_party/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp459 bool const is_reference = boost::is_reference in apply() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c62 uint32_t is_reference; // 34 member
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h99 gboolean is_reference; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c125 unsigned is_reference : 1; // 4 member
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.h106 int is_reference; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h340 bool is_reference; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl7063 uint32_t is_reference:1; member
DvkVulkan_c.inl835 …deUint32 is_reference : 1; // This only applies to picture info, and not to the DPB … member