Searched refs:PHASE_NAMES (Results 1 – 2 of 2) sorted by relevance
134 private static final HashMap<String, Phase> PHASE_NAMES = new HashMap<>(); field in CheckCLDR140 PHASE_NAMES.put(name.toUpperCase(Locale.ENGLISH), this); in Phase()149 Phase result = PHASE_NAMES.get(value); in forString()
1357 const char* const PHASE_NAMES[kNumPhases] = {"Udp", "Relay", "Tcp"}; in OnMessage() local1361 << ": Allocation Phase=" << PHASE_NAMES[phase_]; in OnMessage()