Home
last modified time | relevance | path

Searched refs:last_in_group (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/tool/
Dciphers.cc47 bool last_in_group = false; in Ciphers() local
52 if (in_group && !last_in_group) { in Ciphers()
54 } else if (last_in_group) { in Ciphers()
61 if (!in_group && last_in_group) { in Ciphers()
64 last_in_group = in_group; in Ciphers()