Home
last modified time | relevance | path

Searched refs:GetFieldPaths (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs160 GetFieldPaths(root, "", paths); in ToFieldMask()
170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths() method in Google.Protobuf.FieldMaskTree
181 GetFieldPaths(entry.Value, childPath, paths); in GetFieldPaths()
221 GetFieldPaths(node, path, paths); in IntersectFieldPath()

Completed in 2 milliseconds