Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_reference.hpp20 template <class T> struct is_reference struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A 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; };
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dgenksyms.c187 int is_reference) in __add_symbol()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h365 …RK_S32 is_reference; //!< 0=not used for ref; 1=top used; 2=bottom used; 3=both field… member