Home
last modified time | relevance | path

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

/external/golang-protobuf/types/known/fieldmaskpb/
Dfield_mask.pb.go289 type FieldMask struct { struct
290 state protoimpl.MessageState
291 sizeCache protoimpl.SizeCache
292 unknownFields protoimpl.UnknownFields
295 Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
306 func Union(mx *FieldMask, my *FieldMask, ms ...*FieldMask) *FieldMask {
317 func Intersect(mx *FieldMask, my *FieldMask, ms ...*FieldMask) *FieldMask {
352 func (x *FieldMask) IsValid(m proto.Message) bool {
360 func (x *FieldMask) Append(m proto.Message, paths ...string) error {
412 func (x *FieldMask) Normalize() {
[all …]
/external/rust/crates/protobuf/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.cs243 public sealed partial class FieldMask : pb::IMessage<FieldMask> { class
260 public FieldMask() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
267 public FieldMask(FieldMask other) : this() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask
DFieldMaskPartial.cs43 public partial class FieldMask : ICustomDiagnosticMessage class
/external/protobuf/src/google/protobuf/
Dfield_mask.pb.cc92 FieldMask::FieldMask() in FieldMask() function in FieldMask
97 FieldMask::FieldMask(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FieldMask() function in FieldMask
105 FieldMask::FieldMask(const FieldMask& from) in FieldMask() function in FieldMask
Dfield_mask.proto242 message FieldMask { message
Dfield_mask.pb.h58 class FieldMask; variable
76 FieldMask(FieldMask&& from) noexcept in FieldMask() function
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/
DFieldMask.php7 class FieldMask class
/external/protobuf/php/src/Google/Protobuf/
DFieldMask.php172 class FieldMask extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.h49 typedef google::protobuf::FieldMask FieldMask; typedef
/external/protobuf/php/tests/
Dwell_known_test.php16 use Google\Protobuf\FieldMask; alias
Dencode_decode_test.php17 use Google\Protobuf\FieldMask; alias
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBUtil.php36 use Google\Protobuf\FieldMask; alias
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py413 class FieldMask(object): class
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1991 PHP_METHOD(FieldMask, __construct) { argument
Dprotobuf.h640 typedef struct FieldMask FieldMask; typedef