Home
last modified time | relevance | path

Searched refs:dumpAny (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/istioctl/pkg/util/configdump/
H A Dutil.go36 var dumpAny any.Any
39 dumpAny = *conf
42 if dumpAny.TypeUrl == "" {
46 return dumpAny, nil
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DpolyOpts.cc60 theFlags[i] = dumpAny; in setAll()
65 DumpFlags part = dumpAny; in addItem()
88 if (part != dumpAny || item == "All") { in addItem()
H A DpolyOpts.h35 typedef enum { dumpNone = 0, dumpAny = ~0U, enumerator
46 …bool operator ()(DumpFlags type, DumpFlags part = dumpAny) const { return (theFlags[type] & part) … in operator()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DSharedOpts.cc63 theDumpFlags.setFlag(dumpErr, dumpAny); in SharedOpts()
H A DXaction.cc113 TheOpts.theDumpFlags(dumpErr, dumpAny)) in finish()
124 if (TheOpts.theDumpFlags(dumpSum, dumpAny)) { in finish()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/server/
H A DFtpSrvXact.cc265 TheOpts.theDumpFlags(dumpErr, dumpAny)) in interpretCmd()
H A DHttpSrvXact.cc248 TheOpts.theDumpFlags(dumpErr, dumpAny)) in interpretHeader()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DFtpCltXact.cc149 if (TheOpts.theDumpFlags(dumpErr, dumpAny)) in handleReplies()
H A DHttpCltXact.cc162 if (TheOpts.theDumpFlags(dumpErr, dumpAny)) in finish()
942 if (TheOpts.theDumpFlags(dumpErr, dumpAny)) in noteError()