Home
last modified time | relevance | path

Searched refs:DECLARE_WRAPPER (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...) macro
128 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro
139 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro
146 # define DECLARE_WRAPPER(ret_type, func, ...) \ macro
188 DECLARE_WRAPPER(ret_type, func, __VA_ARGS__) \
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump43 // DECLARE_WRAPPER(ruleset_name, A, X, variable_name, wrapping_code,
74 // Essentially, the library works by "storing" the DECLARE_WRAPPER calls in
227 #define DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, var, wrapCode, unwrapCode) \
251DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, reinterpret_cast<wrappedType>(FROM), re…
255 DECLARE_WRAPPER(ruleSet, wrappedType, unwrappedType, FROM, FROM, FROM)