Searched refs:current_prefix (Results 1 – 3 of 3) sorted by relevance
182 std::string current_prefix = prefix.empty() ? "" : prefix.top(); in DecodeCompactFieldMaskPaths() local186 prefix.push(AppendPathSegmentToPrefix(current_prefix, segment)); in DecodeCompactFieldMaskPaths()192 path_sink(AppendPathSegmentToPrefix(current_prefix, segment))); in DecodeCompactFieldMaskPaths()
295 self.current_prefix = None309 elif self.current_prefix:310 return self.current_prefix + "_" + self.current_domain381 self.current_prefix = parse_variants(attrs)418 self.current_prefix = None
490 IPAddress current_prefix; in GetPrefix() local504 current_prefix = IPAddress(v4_addr->sin_addr); in GetPrefix()510 current_prefix = IPAddress(v6_addr->sin6_addr); in GetPrefix()518 if (TruncateIP(ip, prefixlist->PrefixLength) == current_prefix && in GetPrefix()520 best_prefix = current_prefix; in GetPrefix()