Searched refs:GlobalsReturnSelf (Results 1 – 1 of 1) sorted by relevance
61 static constexpr bool GlobalsReturnSelf(bool self) { return self; } in GlobalsReturnSelf() function66 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(false);68 static constexpr bool kIsDebugBuild = GlobalsReturnSelf(true);