Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dexception.h45 struct TfSkipCallerFrames struct
47 explicit TfSkipCallerFrames(int n=0) : numToSkip(n) {} in numToSkip() argument
48 int numToSkip;
144 #define TF_THROW(Exception, TfSkipCallerFrames, Exception-ctor-args...) argument