Home
last modified time | relevance | path

Searched refs:copied_proto (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/bazel/
Dprotobuf.bzl139 copied_proto = context.actions.declare_file(source_file.basename)
142 outputs = [copied_proto],
143 command = "cp {} {}".format(source_file.path, copied_proto.path),
146 return copied_proto
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc2628 PhoneNumber copied_proto(number); in GetLengthOfNationalDestinationCode() local
2631 copied_proto.clear_extension(); in GetLengthOfNationalDestinationCode()
2635 Format(copied_proto, INTERNATIONAL, &formatted_number); in GetLengthOfNationalDestinationCode()