Home
last modified time | relevance | path

Searched defs:base_list (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/karma/operator/
Dlist.hpp44 struct base_list : binary_generator<Derived> struct
50 bool generate_left(F f, Attribute const&, mpl::false_) const in generate_left()
66 bool generate_left(F f, Attribute const&, mpl::true_) const in generate_left()
75 bool generate_left(F f, unused_type, mpl::false_) const in generate_left()
81 typedef Left left_type;
82 typedef Right right_type;
89 > properties;
95 struct attribute
100 base_list(Left const& left, Right const& right) in base_list() function
107 bool generate(OutputIterator& sink, Context& ctx in generate()
[all …]
/third_party/boost/libs/parameter/test/literate/
Dexercising-the-code-so-far0.cpp80 >::type base_list; typedef
Ddeduced-template-parameters0.cpp110 >::type base_list; typedef
/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c520 const uint32_t *base_list, PCRE2_SPTR base_end, int *rec_limit) in compare_opcodes()
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/
Ddata_test.cc52 AbstractBasePtrList base_list = {base1, base2}; in TEST_F() local
Dstatic_analysis_test.cc420 AbstractBasePtrList base_list = {base1, base2}; in TEST_F() local