Searched refs:AddPath (Results 1 - 11 of 11) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 417 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(message in ParseMessageFieldNoLabel() [all...] |
H A D | parser.h | 226 // call AddPath() only to add the path components leading from the parent 230 // Convenience constructors that call AddPath() one or two times. 242 void AddPath(int path_component);
|
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 125 AddPath(path.Path()); in AddDefaultPaths() 131 GLRendererRoster::AddPath(const char* path) in AddPath() function in GLRendererRoster
|
H A D | GLRendererRoster.h | 39 status_t AddPath(const char* path);
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 589 self.AddPath(path) 591 def AddPath(self, path): member in _FieldMaskTree 633 intersection.AddPath(path) 641 self.AddPath(prefix)
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | field_mask_util.cc | 198 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::__anon17084::FieldMaskTree 420 out->AddPath(path); in IntersectPath() 440 out->AddPath(prefix); in MergeLeafNodesToTree()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 304 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/ |
H A D | clc_helpers.cpp | 835 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/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 624 void CpuProfile::AddPath(base::TimeTicks timestamp, in AddPath() function in v8::internal::CpuProfile 1219 profile->AddPath(timestamp, accepts_context ? path : empty_path, src_line, in AddPathToCurrentProfiles()
|
H A D | profile-generator.h | 425 void AddPath(base::TimeTicks timestamp, const ProfileStackTrace& path,
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 178 void AddPath(const SkGlyphRun& glyphRun, const SkPoint& offset, SkPath* path) { 1083 AddPath(glyphRun, glyphRunList.origin(), &path);
|
Completed in 14 milliseconds