Home
last modified time | relevance | path

Searched refs:IsParent (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h376 AccessSpecifier Access, bool IsParent) in BaseRecordInfo()
378 IsParent(IsParent) {} in BaseRecordInfo()
385 bool IsParent = false; // Indicates if this base is a direct parent member
DYAMLGenerator.cpp221 IO.mapOptional("IsParent", I.IsParent, false); in mapping()
DSerialize.cpp436 bool PublicOnly, bool IsParent, in parseBases() argument
450 IsParent); in parseBases()
DBitcodeWriter.cpp528 emitRecord(I.IsParent, BASE_RECORD_IS_PARENT); in emitBlock()
DBitcodeReader.cpp198 return decodeRecord(R, I->IsParent, Blob); in parseRecord()
/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc77 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST()
Dfile_path.h225 bool IsParent(const FilePath& child) const;
Dfile_path_watcher_linux.cc563 if (!changed_dir.IsParent(cur_path)) in UpdateRecursiveWatches()
614 DCHECK(target_.IsParent(path)); in TrackWatchForRecursion()
Dfile_path_watcher_fsevents.cc199 if (resolved_target.IsParent(path) || resolved_target == path) { in DispatchEvents()
Dfile_util_posix.cc207 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()
906 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
Dfile_path.cc256 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
Dfile_util_unittest.cc394 .IsParent(normalized_file_b_path.DirName())); in TEST_F()
633 EXPECT_TRUE(short_test_dir.IsParent(temp_file.DirName())); in TEST_F()
2460 EXPECT_TRUE(temp_dir_.GetPath().IsParent(new_dir)); in TEST_F()
Dfile_path_unittest.cc564 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp149 if (IsParent(pWidget)) { in TransformTo()
362 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) { in IsParent() function in CFWL_Widget
Dcfwl_widget.h184 bool IsParent(CFWL_Widget* pParent);
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DClangDocTest.cpp195 EXPECT_EQ(Expected->IsParent, Actual->IsParent); in CheckBaseRecordInfo()