Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dfield_mask_utility.cc183 std::string current_prefix = prefix.empty() ? "" : prefix.top(); in DecodeCompactFieldMaskPaths() local
187 prefix.push(AppendPathSegmentToPrefix(current_prefix, segment)); in DecodeCompactFieldMaskPaths()
193 path_sink(AppendPathSegmentToPrefix(current_prefix, segment))); in DecodeCompactFieldMaskPaths()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc68 const int32 current_prefix = storage_->GetPrefix(current_index); in Lookup() local
69 if (phone_prefix == current_prefix) { in Lookup()
/third_party/mesa3d/src/freedreno/registers/
Dgen_header.py295 self.current_prefix = None
309 elif self.current_prefix:
310 return self.current_prefix + "_" + self.current_domain
386 self.current_prefix = parse_variants(attrs)
423 self.current_prefix = None