Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dciphers.cc46 bool last_in_group = false; in Ciphers() local
51 if (in_group && !last_in_group) { in Ciphers()
53 } else if (last_in_group) { in Ciphers()
59 if (!in_group && last_in_group) { in Ciphers()
62 last_in_group = in_group; in Ciphers()