| /third_party/protobuf/src/google/protobuf/compiler/ |
| 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(messages->size()); in ParseMessageFieldNoLabel() [all …]
|
| D | parser.h | 242 void AddPath(int path_component);
|
| /third_party/mesa3d/src/hgl/ |
| D | GLRendererRoster.cpp | 125 AddPath(path.Path()); in AddDefaultPaths() 131 GLRendererRoster::AddPath(const char* path) in AddPath() function in GLRendererRoster
|
| D | GLRendererRoster.h | 39 status_t AddPath(const char* path);
|
| /third_party/protobuf/src/google/protobuf/util/ |
| 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::__anon2822fe130111::FieldMaskTree 420 out->AddPath(path); in IntersectPath() 440 out->AddPath(prefix); in MergeLeafNodesToTree()
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| 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/mesa3d/src/gallium/frontends/clover/llvm/ |
| 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/ |
| 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/skia/src/svg/ |
| D | SkSVGDevice.cpp | 178 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/ |
| D | profile-generator.cc | 624 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()
|
| D | profile-generator.h | 424 void AddPath(base::TimeTicks timestamp, const ProfileStackTrace& path,
|