Searched defs:TYPE (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DDebug.h40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; }; typedef in struct:android::CompileTimeIfElse
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; }; typedef in struct:android::CompileTimeIfElse
/system/core/libutils/include/utils/
H A DDebug.h40 struct CompileTimeIfElse<true, LHS, RHS> { typedef LHS TYPE; }; typedef in struct:android::CompileTimeIfElse
42 struct CompileTimeIfElse<false, LHS, RHS> { typedef RHS TYPE; }; typedef in struct:android::CompileTimeIfElse

Completed in 64 milliseconds