/third_party/boost/boost/interprocess/detail/ |
D | type_traits.hpp | 45 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/ |
D | is_reference.hpp | 20 template <class T> struct is_reference struct
|
/third_party/boost/boost/move/detail/ |
D | unique_ptr_meta_utils.hpp | 319 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;
|
D | type_traits.hpp | 320 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/ |
D | flexbuffer_type.rs | 131 pub fn is_reference(self) -> bool { in is_reference() method
|
/third_party/flatbuffers/rust/flexbuffers/src/builder/ |
D | value.rs | 128 pub fn is_reference(&self) -> bool { in is_reference() method
|
/third_party/gettext/gettext-tools/src/ |
D | format-kde-kuit.c | 111 is_reference (const char *input) in is_reference() function
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h264std_decode.h | 24 …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/ |
D | vulkan_video_codec_h264std_decode.h | 34 …uint32_t is_reference : 1; // This only applies to picture info, and not to the DPB … member
|
/third_party/boost/libs/geometry/test/iterators/ |
D | point_iterator.cpp | 459 bool const is_reference = boost::is_reference in apply() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 62 uint32_t is_reference; // 34 member
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.h | 99 gboolean is_reference; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 125 unsigned is_reference : 1; // 4 member
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_encode.h | 106 int is_reference; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 340 bool is_reference; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 7063 uint32_t is_reference:1; member
|
D | vkVulkan_c.inl | 835 …deUint32 is_reference : 1; // This only applies to picture info, and not to the DPB … member
|