Searched defs:NOT_OK (Results 1 – 6 of 6) sorted by relevance
25 NOT_OK = 1; enumerator
29 NOT_OK = 0, // object is unusable enumerator
98 static enum NOT_OK { enum in TestEnumSerialization102 NOT_OK(@JsonProperty String key) { this.key = key; } in NOT_OK() method in TestEnumSerialization.NOT_OK
296 NOT_OK = 0, // object is unusable enumerator
375 NOT_OK = 0, // object is unusable enumerator
116 #define NOT_OK -1 macro