Searched refs:flagValue (Results 1 – 2 of 2) sorted by relevance
83 String flagValue = processingEnv.getOptions().get(FLAG_EXPERIMENTAL_USE_STRING_KEYS); in useStringKeys() local84 if (flagValue == null || Ascii.equalsIgnoreCase(flagValue, "true")) { in useStringKeys()86 } else if (Ascii.equalsIgnoreCase(flagValue, "false")) { in useStringKeys()95 flagValue, FLAG_EXPERIMENTAL_USE_STRING_KEYS)); in useStringKeys()
589 for (String flagValue : setValue.getFlagValueList()) { in applySetValueOperation()596 flagValue, in applySetValueOperation()604 flagValue, in applySetValueOperation()609 parser.addOptionValueAtSpecificPriority(flagPolicy.origin, optionDefinition, flagValue); in applySetValueOperation()