Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dnode_pool_impl.hpp261 struct is_between struct in boost::container::dtl::private_node_pool_impl
263 typedef typename free_nodes_t::value_type argument_type;
264 typedef bool result_type;
266 is_between(const void *addr, std::size_t size) in is_between() argument
270 bool operator()(typename free_nodes_t::const_reference v) const in operator ()()
276 const char * beg_;
277 const char * end_;
/external/skia/src/utils/
DSkParse.cpp19 static inline bool is_between(int c, int min, int max) in is_between() function
DSkParsePath.cpp22 static inline bool is_between(int c, int min, int max) { in is_between() function
/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp18 inline bool is_between(char c, char min, char max) { in is_between() function