Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dfield_mask.py189 def AddPath(self, path): member in _FieldMaskTree
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc308 void FieldMaskTree::AddPath(absl::string_view path) { in AddPath() function in google::protobuf::util::__anon12fbafb40111::FieldMaskTree
/third_party/skia/src/svg/
DSkSVGDevice.cpp178 void AddPath(const SkGlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { in AddPath() function
/third_party/skia/m133/src/svg/
DSkSVGDevice.cpp211 void AddPath(const sktext::GlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { in AddPath() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc457 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() function in google::protobuf::compiler::Parser::LocationRecorder