Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc209 void IntersectPath(const std::string& path, FieldMaskTree* out);
411 void FieldMaskTree::IntersectPath(const std::string& path, FieldMaskTree* out) { in IntersectPath() function in google::protobuf::util::__anon96030bb30111::FieldMaskTree
646 tree.IntersectPath(mask2.paths(i), &intersection); in Intersect()
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py477 tree.IntersectPath(path, intersection)
621 def IntersectPath(self, path, intersection): member in _FieldMaskTree