Home
last modified time | relevance | path

Searched defs:is_iterable (Results 1 – 3 of 3) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-iterate.hpp39 struct is_iterable struct
41 typedef rxu::decay_t<Collection> collection_type;
43 struct not_void {};
49 static const bool value = !std::is_same<decltype(check<collection_type>(0)), not_void>::value;
/external/v8/src/
Didentity-map.h24 bool is_iterable() const { return is_iterable_; } in is_iterable() function
/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py99 def is_iterable(obj): function