Searched defs:CURRENT (Results 1 – 15 of 15) sorted by relevance
7 @interface CURRENT : SUPER interface11 @implementation CURRENT(CAT) implementation in CAT
223 static CURRENT: TryLock<Option<Runtime>> = TryLock::new(None); constant
35 static CURRENT: Cell<Budget> = Cell::new(Budget::unconstrained()); constant
65 CURRENT='current' variable
76 CURRENT(new Java8Validator(), null), enumConstant
157 CURRENT = 1; enumerator
642 static final JavaVersion CURRENT; field in Types.JavaVersion
71 CURRENT = 6, field in Misc
877 #define CURRENT (*ctxt->cur) macro
728 #define CURRENT (*ctxt->cur) macro
316 #define CURRENT ((int) (*ctxt->input->cur)) macro
3102 #define CURRENT (*ctxt->cur) macro
198 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator