Home
last modified time | relevance | path

Searched defs:tuple_base (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dtuples.hpp463 struct tuple_base { struct
465 typedef nil_t a_type;
466 typedef nil_t b_type;
467 typedef nil_t c_type;
470 typedef nil_t d_type;
471 typedef nil_t e_type;
472 typedef nil_t f_type;
475 typedef nil_t g_type;
476 typedef nil_t h_type;
477 typedef nil_t i_type;
[all …]
/external/tensorflow/tensorflow/python/util/
Dutil.cc1046 bool tuple_base = base_type == &PyTuple_Type; in IsNamedtuple() local