Home
last modified time | relevance | path

Searched refs:ToFieldMask (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs47 RepeatedField<string> paths = tree.ToFieldMask().Paths; in AddFieldPath()
51 paths = tree.ToFieldMask().Paths; in AddFieldPath()
57 paths = tree.ToFieldMask().Paths; in AddFieldPath()
63 paths = tree.ToFieldMask().Paths; in AddFieldPath()
68 paths = tree.ToFieldMask().Paths; in AddFieldPath()
74 paths = tree.ToFieldMask().Paths; in AddFieldPath()
79 paths = tree.ToFieldMask().Paths; in AddFieldPath()
85 paths = tree.ToFieldMask().Paths; in AddFieldPath()
99 RepeatedField<string> paths = tree.ToFieldMask().Paths; in MergeFromFieldMask()
109 paths = tree.ToFieldMask().Paths; in MergeFromFieldMask()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldMaskTreeTest.cs47 RepeatedField<string> paths = tree.ToFieldMask().Paths; in AddFieldPath()
51 paths = tree.ToFieldMask().Paths; in AddFieldPath()
57 paths = tree.ToFieldMask().Paths; in AddFieldPath()
63 paths = tree.ToFieldMask().Paths; in AddFieldPath()
68 paths = tree.ToFieldMask().Paths; in AddFieldPath()
74 paths = tree.ToFieldMask().Paths; in AddFieldPath()
79 paths = tree.ToFieldMask().Paths; in AddFieldPath()
85 paths = tree.ToFieldMask().Paths; in AddFieldPath()
99 RepeatedField<string> paths = tree.ToFieldMask().Paths; in MergeFromFieldMask()
109 paths = tree.ToFieldMask().Paths; in MergeFromFieldMask()
[all …]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs286 return new FieldMaskTree(this).ToFieldMask(); in Normalize()
300 return maskTree.ToFieldMask(); in Union()
315 return result.ToFieldMask(); in Intersection()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs286 return new FieldMaskTree(this).ToFieldMask(); in Normalize()
300 return maskTree.ToFieldMask(); in Union()
315 return result.ToFieldMask(); in Intersection()
/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs87 return ToFieldMask().ToString(); in ToString()
154 public FieldMask ToFieldMask() in ToFieldMask() method in Google.Protobuf.FieldMaskTree
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs87 return ToFieldMask().ToString(); in ToString()
154 public FieldMask ToFieldMask() in ToFieldMask() method in Google.Protobuf.FieldMaskTree
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py478 tree.ToFieldMask(self)
486 tree.ToFieldMask(self)
496 intersection.ToFieldMask(self)
634 def ToFieldMask(self, field_mask): member in _FieldMaskTree
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py478 tree.ToFieldMask(self)
486 tree.ToFieldMask(self)
496 intersection.ToFieldMask(self)
634 def ToFieldMask(self, field_mask): member in _FieldMaskTree