Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/thirdparty/VidCapture/Source/VidCapture/
H A DCVTrace.h129 #define CVTrace(msg) \ macro
163 #define CVTrace(msg) ((void)0) macro
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dutil.go562 func (g *GlobalContext) CVTrace(ctx context.Context, lev VDebugLevel, msg string, err *error) func(… func