1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // We warn when xxxLAST constants aren't last.
11 kBadOneLast
= kBadOneGreen
14 // We warn when xxx_LAST constants aren't last.
19 BAD_TWO_BLUE
= 0xfffffffc,
20 BAD_TWO_LAST
= BAD_TWO_GREEN
23 // We don't warn when xxxLAST constants are last.
29 kGoodOneLast
= kGoodOneBlue
32 // We don't warn when xxx_LAST constants are last.
37 GOOD_TWO_BLUE
= 0xfffffffc,
38 GOOD_TWO_LAST
= GOOD_TWO_BLUE