Home
last modified time | relevance | path

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

12

/external/golang-protobuf/types/known/fieldmaskpb/
Dfield_mask.pb.go286 type FieldMask struct { struct
287 state protoimpl.MessageState
288 sizeCache protoimpl.SizeCache
289 unknownFields protoimpl.UnknownFields
292 Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
303 func Union(mx *FieldMask, my *FieldMask, ms ...*FieldMask) *FieldMask {
314 func Intersect(mx *FieldMask, my *FieldMask, ms ...*FieldMask) *FieldMask {
349 func (x *FieldMask) IsValid(m proto.Message) bool {
357 func (x *FieldMask) Append(m proto.Message, paths ...string) error {
409 func (x *FieldMask) Normalize() {
[all …]
/external/rust/crates/protobuf/src/well_known_types/
Dfield_mask.rs26 pub struct FieldMask { struct
32 // @@protoc_insertion_point(special_field:google.protobuf.FieldMask.special_fields) argument
36 impl<'a> ::std::default::Default for &'a FieldMask { implementation
42 impl FieldMask { implementation
63 impl crate::Message for FieldMask { implementation
130 impl crate::MessageFull for FieldMask { implementation
137 impl ::std::fmt::Display for FieldMask { implementation
143 impl crate::reflect::ProtobufValue for FieldMask { implementation
/external/rust/crates/protobuf/2.27.1/src/well_known_types/
Dfield_mask.rs24 pub struct FieldMask { struct
34 impl<'a> ::std::default::Default for &'a FieldMask { argument
40 impl FieldMask { impl
71 impl crate::Message for FieldMask { implementation
164 impl crate::Clear for FieldMask { implementation
171 impl ::std::fmt::Debug for FieldMask { implementation
177 impl crate::reflect::ProtobufValue for FieldMask { implementation
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMask.cs242 public sealed partial class FieldMask : pb::IMessage<FieldMask> class
267 public FieldMask() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
275 public FieldMask(FieldMask other) : this() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
DFieldMaskPartial.cs44 public partial class FieldMask : ICustomDiagnosticMessage class
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMask.cs242 public sealed partial class FieldMask : pb::IMessage<FieldMask> class
267 public FieldMask() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
275 public FieldMask(FieldMask other) : this() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
DFieldMaskPartial.cs44 public partial class FieldMask : ICustomDiagnosticMessage class
/external/cronet/third_party/protobuf/src/google/protobuf/
Dfield_mask.pb.h48 class FieldMask; variable
62 inline FieldMask() : FieldMask(nullptr) {} in FieldMask() function
67 FieldMask(FieldMask&& from) noexcept in FieldMask() function
Dfield_mask.pb.cc24 PROTOBUF_CONSTEXPR FieldMask::FieldMask( in FieldMask() function in FieldMask
89 FieldMask::FieldMask(::PROTOBUF_NAMESPACE_ID::Arena* arena, in FieldMask() function in FieldMask
96 FieldMask::FieldMask(const FieldMask& from) in FieldMask() function in FieldMask
Dfield_mask.proto242 message FieldMask { message
/external/protobuf/src/google/protobuf/
Dfield_mask.pb.cc24 PROTOBUF_CONSTEXPR FieldMask::FieldMask( in FieldMask() function in FieldMask
90 FieldMask::FieldMask(::PROTOBUF_NAMESPACE_ID::Arena* arena, in FieldMask() function in FieldMask
96 FieldMask::FieldMask(const FieldMask& from) in FieldMask() function in FieldMask
Dfield_mask.pb.h48 class FieldMask; variable
62 inline FieldMask() : FieldMask(nullptr) {} in FieldMask() function
67 FieldMask(FieldMask&& from) noexcept in FieldMask() function
Dfield_mask.proto242 message FieldMask { message
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dfield_mask.proto242 message FieldMask { message
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/
DFieldMask.php7 class FieldMask class
/external/cronet/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DFieldMask.php7 class FieldMask class
/external/protobuf/php/src/Google/Protobuf/
DFieldMask.php166 class FieldMask extends \Google\Protobuf\Internal\Message class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DFieldMask.php166 class FieldMask extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.h51 typedef google::protobuf::FieldMask FieldMask; typedef
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.h51 typedef google::protobuf::FieldMask FieldMask; typedef
/external/protobuf/php/tests/
DWellKnownTest.php17 use Google\Protobuf\FieldMask; alias
DEncodeDecodeTest.php25 use Google\Protobuf\FieldMask; alias
/external/cronet/third_party/protobuf/php/tests/
DWellKnownTest.php17 use Google\Protobuf\FieldMask; alias
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php36 use Google\Protobuf\FieldMask; alias
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php36 use Google\Protobuf\FieldMask; alias

12