Searched refs:current_prefix (Results 1 – 2 of 2) sorted by relevance
184 string current_prefix = prefix.empty() ? "" : prefix.top(); in DecodeCompactFieldMaskPaths() local188 prefix.push(AppendPathSegmentToPrefix(current_prefix, segment)); in DecodeCompactFieldMaskPaths()194 path_sink, AppendPathSegmentToPrefix(current_prefix, segment))); in DecodeCompactFieldMaskPaths()
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()