Searched defs:trailing_dot (Results 1 – 2 of 2) sorted by relevance
2887 let trailing_dot = float_repr.ends_with('.'); in multi_index() localVariable
14026 const bool trailing_dot = (input.back() == '.'); in parse_ipv4() local