Home
last modified time | relevance | path

Searched refs:addFieldPath (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskTreeTest.java43 tree.addFieldPath(""); in testAddFieldPath()
46 tree.addFieldPath("foo"); in testAddFieldPath()
49 tree.addFieldPath("foo"); in testAddFieldPath()
52 tree.addFieldPath("bar.baz"); in testAddFieldPath()
55 tree.addFieldPath("foo.bar"); in testAddFieldPath()
58 tree.addFieldPath("bar.quz"); in testAddFieldPath()
61 tree.addFieldPath("bar"); in testAddFieldPath()
123 new FieldMaskTree().addFieldPath("payload.optional_int32").merge(source, builder, options); in testMerge()
130 .addFieldPath("payload.optional_nested_message") in testMerge()
137 new FieldMaskTree().addFieldPath("payload.repeated_int32").merge(source, builder, options); in testMerge()
[all …]
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java96 public FieldMaskTree addFieldPath(String path) { in addFieldPath() method in FieldMaskTree
129 addFieldPath(path); in mergeFromFieldMask()
172 output.addFieldPath(path); in intersectFieldPath()
186 output.addFieldPath(value); in intersectFieldPath()