Searched refs:IntersectPath (Results 1 – 2 of 2) sorted by relevance
209 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::FieldMaskTree646 tree.IntersectPath(mask2.paths(i), &intersection); in Intersect()
477 tree.IntersectPath(path, intersection)621 def IntersectPath(self, path, intersection): member in _FieldMaskTree