Home
last modified time | relevance | path

Searched defs:is_reference (Results 1 – 9 of 9) 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/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp459 bool const is_reference = boost::is_reference in apply() local
/third_party/Linux_Kernel/scripts/genksyms/
Dgenksyms.c199 int is_reference) in __add_symbol()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h79 gboolean is_reference; member
/third_party/googletest/googlemock/test/
Dgmock-internal-utils_test.cc536 TEST(TypeTraitsTest, is_reference) { in TEST() argument
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.h103 int is_reference; member