Home
last modified time | relevance | path

Searched refs:is_extension (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/proto/
H A Doperators.hpp280 struct is_extension struct
285 struct is_extension<T &> struct
295 BOOST_PROTO_DEFINE_OPERATORS(is_extension, deduce_domain) in BOOST_PROTO_DEFINE_OPERATORS() argument
333 … , boost::mpl::not_<boost::proto::is_extension<ARG> > \
342 … boost::proto::is_extension<LEFT> \
343 … , boost::proto::is_extension<RIGHT> \
354 … , boost::mpl::not_<boost::proto::is_extension<ARG> > \
363 … boost::proto::is_extension<LEFT> \
364 … , boost::proto::is_extension<RIGHT> \
H A Dproto_fwd.hpp880 struct is_extension;
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlcnalloc.h32 const bool is_extension);
H A Dlcnalloc.c135 const bool is_extension) in ntfs_cluster_alloc() argument
727 rl[rlpos].lcn = is_extension ? LCN_ENOENT : LCN_RL_NOT_MAPPED; in ntfs_cluster_alloc()