Home
last modified time | relevance | path

Searched refs:AddPath (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc417 AddPath(path1); in LocationRecorder()
423 AddPath(path1); in LocationRecorder()
429 AddPath(path1); in LocationRecorder()
430 AddPath(path2); in LocationRecorder()
451 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() function in google::protobuf::compiler::Parser::LocationRecorder
1009 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber); in ParseMessageFieldNoLabel()
1028 location.AddPath(FieldDescriptorProto::kTypeFieldNumber); in ParseMessageFieldNoLabel()
1031 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber); in ParseMessageFieldNoLabel()
1079 group_location.AddPath(location_field_number_for_nested_type); in ParseMessageFieldNoLabel()
1080 group_location.AddPath(messages->size()); in ParseMessageFieldNoLabel()
[all …]
Dparser.h242 void AddPath(int path_component);
/third_party/mesa3d/src/hgl/
DGLRendererRoster.cpp125 AddPath(path.Path()); in AddDefaultPaths()
131 GLRendererRoster::AddPath(const char* path) in AddPath() function in GLRendererRoster
DGLRendererRoster.h39 status_t AddPath(const char* path);
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc198 void AddPath(const std::string& path);
299 AddPath(mask.paths(i)); in MergeFromFieldMask()
325 void FieldMaskTree::AddPath(const std::string& path) { in AddPath() function in google::protobuf::util::__anon2822fe130111::FieldMaskTree
420 out->AddPath(path); in IntersectPath()
440 out->AddPath(prefix); in MergeLeafNodesToTree()
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py589 self.AddPath(path)
591 def AddPath(self, path): member in _FieldMaskTree
633 intersection.AddPath(path)
641 self.AddPath(prefix)
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp304 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR, in compile()
312 c.getHeaderSearchOpts().AddPath(CLANG_RESOURCE_DIR, in compile()
340 c.getHeaderSearchOpts().AddPath(tmp_header_path, in compile()
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp835 c->getHeaderSearchOpts().AddPath(system_header_path.str(), in clc_compile_to_llvm_module()
856 c->getHeaderSearchOpts().AddPath(CLANG_RESOURCE_DIR, in clc_compile_to_llvm_module()
908 c->getHeaderSearchOpts().AddPath(tmp_header_path.str(), in clc_compile_to_llvm_module()
/third_party/skia/src/svg/
DSkSVGDevice.cpp178 void AddPath(const SkGlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { in AddPath() function
1083 AddPath(glyphRun, glyphRunList.origin(), &path); in onDrawGlyphRunList()
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc624 void CpuProfile::AddPath(base::TimeTicks timestamp, in AddPath() function in v8::internal::CpuProfile
1065 profile->AddPath(timestamp, accepts_context ? path : empty_path, src_line, in AddPathToCurrentProfiles()
Dprofile-generator.h424 void AddPath(base::TimeTicks timestamp, const ProfileStackTrace& path,