Searched defs:FieldMask (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs42 // Manually-written partial class for the FieldMask well-known type.
43 public partial class FieldMask : ICustomDiagnosticMessage class in namespace:Google.Protobuf.WellKnownTypes
70 writer.Write("{ \"@warning\": \"Invalid FieldMask\", \"paths\": ");
108 /// Returns a string representation of this <see cref="FieldMask"/> for diagnostic purposes.
H A DFieldMask.cs33 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.FieldMask), global::Google.Protobuf.WellKnownTypes.FieldMask.Parser, new[]{ "Paths" }, null, null, null)
41 /// `FieldMask` represents a set of symbolic field paths, for example:
85 /// If a FieldMask object is not present in a get operation, the
86 /// operation applies to all fields (as if a FieldMask of all fields
191 public sealed partial class FieldMask : pb::IMessage<FieldMask> { class in namespace:Google.Protobuf.WellKnownTypes
192 private static readonly pb::MessageParser<FieldMask> _parser = new pb::MessageParser<FieldMask>(() => new FieldMask());
203 public FieldMask() { method in class:Google.Protobuf.WellKnownTypes.FieldMask
209 public FieldMask(FieldMask other) : this() { method in class:Google.Protobuf.WellKnownTypes.FieldMask
[all...]
/external/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h40 class FieldMask;
44 class LIBPROTOBUF_EXPORT FieldMask : public ::google::protobuf::Message { class in namespace:google::protobuf
46 FieldMask();
47 virtual ~FieldMask();
49 FieldMask(const FieldMask& from);
51 inline FieldMask& operator=(const FieldMask& from) {
57 static const FieldMask& default_instance();
59 void Swap(FieldMask* othe
[all...]
H A Dfield_mask.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldMask, paths_),
45 FieldMask::default_instance_,
50 sizeof(FieldMask),
51 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldMask, _internal_metadata_),
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldMask, _is_default_instance_));
66 FieldMask_descriptor_, &FieldMask::default_instance());
72 delete FieldMask::default_instance_;
90 FieldMask::default_instance_ = new FieldMask();
91 FieldMask
118 FieldMask::FieldMask() function in class:google::protobuf::FieldMask
128 FieldMask::FieldMask(const FieldMask& from) function in class:google::protobuf::FieldMask
[all...]
/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h45 typedef google::protobuf::FieldMask FieldMask; typedef in class:google::protobuf::util::FieldMaskUtil
48 // Converts FieldMask to/from string, formatted by separating each path
50 static string ToString(const FieldMask& mask);
51 static void FromString(StringPiece str, FieldMask* out);
53 // Converts FieldMask to/from string, formatted according to proto3 JSON
54 // spec for FieldMask (e.g., "fooBar,baz.quz"). If the field name is not
57 static bool ToJsonString(const FieldMask& mask, string* out);
58 static bool FromJsonString(StringPiece str, FieldMask* out);
66 // Checks whether the given FieldMask i
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py36 - FieldMask
377 class FieldMask(object): class in inherits:object
378 """Class for FieldMask message type."""
381 """Converts FieldMask to string according to proto3 JSON spec."""
385 """Converts string to FieldMask according to proto3 JSON spec."""
391 """Checks whether the FieldMask is valid for Message Descriptor."""
398 """Gets all direct fields of Message Descriptor to FieldMask."""
404 """Converts a FieldMask to the canonical form.
408 is also in the FieldMask. Then sorts all paths in alphabetical order.
411 mask: The original FieldMask t
[all...]

Completed in 157 milliseconds