Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc190 void IntersectPath(const string& path, FieldMaskTree* out);
299 void FieldMaskTree::IntersectPath(const string& path, FieldMaskTree* out) { in IntersectPath() function in google::protobuf::util::__anonc4f239000111::FieldMaskTree
459 tree.IntersectPath(mask2.paths(i), &intersection); in Intersect()
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py431 tree.IntersectPath(path, intersection)
529 def IntersectPath(self, path, intersection): member in _FieldMaskTree