Home
last modified time | relevance | path

Searched defs:FieldMask (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMask.cs243 public sealed partial class FieldMask : pb::IMessage<FieldMask> class
264 public FieldMask() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
271 public FieldMask(FieldMask other) : this() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
DFieldMaskPartial.cs43 public partial class FieldMask : ICustomDiagnosticMessage class
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto242 message FieldMask { message
Dfield_mask.pb.h58 class FieldMask; variable
72 inline FieldMask() : FieldMask(nullptr) {} in FieldMask() function
76 FieldMask(FieldMask&& from) noexcept in FieldMask() function
Dfield_mask.pb.cc90 FieldMask::FieldMask(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FieldMask() function in FieldMask
97 FieldMask::FieldMask(const FieldMask& from) in FieldMask() function in FieldMask
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DFieldMask.php7 class FieldMask class
/third_party/protobuf/php/src/Google/Protobuf/
DFieldMask.php172 class FieldMask extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.h50 typedef google::protobuf::FieldMask FieldMask; typedef
/third_party/protobuf/php/tests/
DWellKnownTest.php17 use Google\Protobuf\FieldMask; alias
DEncodeDecodeTest.php24 use Google\Protobuf\FieldMask; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php36 use Google\Protobuf\FieldMask; alias
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py417 class FieldMask(object): class