Home
last modified time | relevance | path

Searched defs:removeFieldPath (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java156 FieldMaskTree removeFieldPath(String path) { in removeFieldPath() method in FieldMaskTree
171 private static boolean removeFieldPath(Node node, List<String> parts, int index) { in removeFieldPath() method in FieldMaskTree