Home
last modified time | relevance | path

Searched defs:predicates (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/hana/test/tuple/
Dlaws.functor.cpp36 auto predicates = hana::make_tuple( in main() local
/third_party/boost/libs/hana/test/ext/std/tuple/
Dlaws.functor.cpp46 auto predicates = hana::make_tuple( in main() local
/third_party/boost/libs/hana/test/ext/boost/tuple/
Dmonad_plus.cpp33 auto predicates = hana::make_tuple( in main() local
/third_party/boost/libs/hana/test/optional/
Dlaws.cpp40 auto predicates = hana::make_tuple( in main() local
/third_party/boost/libs/hana/test/_include/laws/templates/
Dseq.hpp54 auto predicates = hana::make_tuple( in main() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ability/
DdataAbilityOperation.js29 predicates: mockDataAbility().DataAbilityPredicates, property
/third_party/boost/libs/hana/test/_include/laws/
Dsearchable.hpp58 auto predicates = hana::concat( in TestSearchable() local
67 [](auto searchables, auto keys, auto predicates, auto xs) { in TestSearchable()
Dmonad_plus.hpp92 [](auto predicates, auto values, auto x) { in TestMonadPlus()
/third_party/googletest/docs/reference/
Dassertions.md337 ### EXPECT_PRED* {#EXPECT_PRED}
415 ### EXPECT_PRED_FORMAT* {#EXPECT_PRED_FORMAT}
/third_party/boost/boost/geometry/index/adaptors/
Dquery.hpp56 Predicates const& predicates; member
/third_party/boost/boost/geometry/index/
Dpredicates.hpp378 namespace detail { namespace predicates { namespace
/third_party/boost/boost/geometry/index/detail/
Dpredicates.hpp27 namespace predicates { namespace
/third_party/libunwind/src/ia64/
DGparser.c959 unw_word_t predicates = c->pr; in create_state_record_for() local
/third_party/python/Lib/test/
Dtest_inspect.py91 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in IsTestBase