Home
last modified time | relevance | path

Searched refs:MatchFunc (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.h44 using MatchFunc = std::function<bool(const CNodePtr &)>; variable
77 CNodePtr BroadFirstSearchFirstOf(const std::vector<CNodePtr> &starts, const MatchFunc &match_predic…
Dgraph_utils.cc126 CNodePtr BroadFirstSearchFirstOf(const std::vector<CNodePtr> &starts, const MatchFunc &match_predic… in BroadFirstSearchFirstOf()
/third_party/grpc/third_party/upb/upb/
Dhandlers-inl.h332 inline FuncSig1<R, P1> MatchFunc(R (*f)(P1)) {
338 inline FuncSig2<R, P1, P2> MatchFunc(R (*f)(P1, P2)) {
344 inline FuncSig3<R, P1, P2, P3> MatchFunc(R (*f)(P1, P2, P3)) {
350 inline FuncSig4<R, P1, P2, P3, P4> MatchFunc(R (*f)(P1, P2, P3, P4)) {
356 inline FuncSig5<R, P1, P2, P3, P4, P5> MatchFunc(R (*f)(P1, P2, P3, P4, P5)) {
473 inline MethodSig0<R, C> MatchFunc(R (C::*f)()) {
479 inline MethodSig1<R, C, P1> MatchFunc(R (C::*f)(P1)) {
485 inline MethodSig2<R, C, P1, P2> MatchFunc(R (C::*f)(P1, P2)) {
491 inline MethodSig3<R, C, P1, P2, P3> MatchFunc(R (C::*f)(P1, P2, P3)) {
497 inline MethodSig4<R, C, P1, P2, P3, P4> MatchFunc(R (C::*f)(P1, P2, P3, P4)) {
Dhandlers.h286 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
289 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
/third_party/skia/src/utils/
DSkJSON.cpp690 template <typename MatchFunc>
691 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString()
/third_party/flutter/skia/src/utils/
DSkJSON.cpp682 template <typename MatchFunc>
683 const char* matchString(const char* p, const char* p_stop, MatchFunc&& func) { in matchString()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3831 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
3834 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4606 inline FuncSig1<R, P1> MatchFunc(R (*f)(P1)) {
4612 inline FuncSig2<R, P1, P2> MatchFunc(R (*f)(P1, P2)) {
4618 inline FuncSig3<R, P1, P2, P3> MatchFunc(R (*f)(P1, P2, P3)) {
4624 inline FuncSig4<R, P1, P2, P3, P4> MatchFunc(R (*f)(P1, P2, P3, P4)) {
4630 inline FuncSig5<R, P1, P2, P3, P4, P5> MatchFunc(R (*f)(P1, P2, P3, P4, P5)) {
4747 inline MethodSig0<R, C> MatchFunc(R (C::*f)()) {
4753 inline MethodSig1<R, C, P1> MatchFunc(R (C::*f)(P1)) {
4759 inline MethodSig2<R, C, P1, P2> MatchFunc(R (C::*f)(P1, P2)) {
[all …]