Searched refs:IntersectPath (Results 1 – 2 of 2) sorted by relevance
190 void IntersectPath(const string& path, FieldMaskTree* out);299 void FieldMaskTree::IntersectPath(const string& path, FieldMaskTree* out) { in IntersectPath() function in google::protobuf::util::__anonc4f239000111::FieldMaskTree459 tree.IntersectPath(mask2.paths(i), &intersection); in Intersect()
431 tree.IntersectPath(path, intersection)529 def IntersectPath(self, path, intersection): member in _FieldMaskTree