HomeSort by relevance Sort by last modified time
    Searched refs:current_prefix (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
field_mask_utility.cc 184 string current_prefix = prefix.empty() ? "" : prefix.top(); local
188 prefix.push(AppendPathSegmentToPrefix(current_prefix, segment));
194 path_sink, AppendPathSegmentToPrefix(current_prefix, segment)));
  /external/webrtc/webrtc/base/
network.cc 490 IPAddress current_prefix; local
504 current_prefix = IPAddress(v4_addr->sin_addr);
510 current_prefix = IPAddress(v6_addr->sin6_addr);
518 if (TruncateIP(ip, prefixlist->PrefixLength) == current_prefix &&
520 best_prefix = current_prefix;

Completed in 1105 milliseconds