/external/golang-protobuf/types/known/fieldmaskpb/ |
D | field_mask.pb.go | 289 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/ |
D | field_mask.rs | 24 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/ |
D | FieldMask.cs | 243 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
|
D | FieldMaskPartial.cs | 43 public partial class FieldMask : ICustomDiagnosticMessage class
|
/external/protobuf/src/google/protobuf/ |
D | field_mask.pb.cc | 92 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
|
D | field_mask.proto | 242 message FieldMask { message
|
D | field_mask.pb.h | 58 class FieldMask; variable 76 FieldMask(FieldMask&& from) noexcept in FieldMask() function
|
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
D | FieldMask.php | 7 class FieldMask class
|
/external/protobuf/php/src/Google/Protobuf/ |
D | FieldMask.php | 172 class FieldMask extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/src/google/protobuf/util/ |
D | field_mask_util.h | 49 typedef google::protobuf::FieldMask FieldMask; typedef
|
/external/protobuf/php/tests/ |
D | well_known_test.php | 16 use Google\Protobuf\FieldMask; alias
|
D | encode_decode_test.php | 17 use Google\Protobuf\FieldMask; alias
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBUtil.php | 36 use Google\Protobuf\FieldMask; alias
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 413 class FieldMask(object): class
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 1991 PHP_METHOD(FieldMask, __construct) { argument
|
D | protobuf.h | 640 typedef struct FieldMask FieldMask; typedef
|