/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | list.h | 40 struct List { struct 52 explicit List(Node<T> T::*m) : count(0), head(nullptr), tail(nullptr), node(m) {} in List() argument 55 virtual ~List() { in ~List() argument 61 virtual void Prepend(pointer elem) { in Prepend() 77 virtual void Append(pointer elem) { in Append() 93 virtual void InsertAfter(pointer elem1, pointer elem2) { in InsertAfter() 111 virtual void InsertBefore(pointer elem1, pointer elem2) { in InsertBefore() 129 virtual void Remove(pointer elem) noexcept { in Remove() 153 explicit Iterator(const List<T> &v, pointer p = nullptr) : elem_(p), li_(v) {} in elem_() argument 171 Node<T> &elem_node = elem_->*(li_.node); [all …]
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ContributingCode.md | 120 ### <a name="getting-started-with-gerrit"></a>Getting started with Gerrit for ANGLE 143 ### Making changes 183 ### Selecting reviewers 190 ### Rules for submission 203 ### Reverting a CL 226 ### Relanding a reverted CL 246 ### Committer status 254 ### OWNERS files and becoming an Owner 258 ### More info
|
/third_party/typescript/tests/baselines/reference/ |
D | objectTypeWithRecursiveWrappedProperty2.js | 4 class List<T> { class 6 next: List<List<T>>; field in List 19 function List() { class in List
|
D | objectTypeWithRecursiveWrappedProperty.js | 4 class List<T> { class 6 next: List<List<T>>; field in List 19 function List() { class in List
|
D | declFileImportedTypeUseInTypeArgPosition.js | 2 class List<T> { } class 18 function List() { class in List
|
D | parserClassDeclaration25.js | 6 class List<U> implements IList<U> { class 14 function List() { class in List
|
D | genericConstraintDeclaration.js | 2 class List<T extends {}>{ class 13 function List() { class
|
D | noConstraintInReturnType1.js | 2 class List<T extends {}> { class 9 function List() { class
|
D | ClassDeclaration25.js | 6 class List<U> implements IList<U> { class 14 function List() { class in List
|
D | recursiveTypesUsedAsFunctionParameters.js | 2 class List<T> { class 4 next: List<List<T>>; field in List 48 function List() { class
|
D | listFailure.js | 71 var List = /** @class */ (function () { class 72 function List() { class in anonymousFunctiond63f755c0100.List 74 List.prototype.add = function (data) { class
|
D | staticOffOfInstance1.js | 2 class List { class 11 function List() { class in List
|
D | staticMethodReferencingTypeArgument1.js | 22 var List = /** @class */ (function () { class 23 function List(isHead, data) { class in anonymousFunctionbedd28df0100.List
|
D | staticOffOfInstance2.js | 2 class List<T> { class 13 function List() { class in List
|
D | objectTypeWithRecursiveWrappedPropertyCheckedNominally.js | 4 class List<T> { class 6 next: List<List<T>>; field in List 58 function List() { class
|
D | classTypeParametersInStatics.js | 39 var List = /** @class */ (function () { class 40 function List(isHead, data) { class in anonymousFunctionce8450f60100.List
|
D | typedGenericPrototypeMember.js | 2 class List<T> { class 11 function List() { class in List
|
D | genericWithIndexerOfTypeParameterType2.js | 6 export class List extends Collection<ListItem>{ class 43 var List = /** @class */ (function (_super) { class 45 function List() { class in anonymousFunction6ce4072c0600.List
|
D | genericClassWithStaticFactory.js | 147 var List = /** @class */ (function () { class 148 function List(isHead, data) { class in anonymousFunction1b9a2b070100.List 153 List.prototype.add = function (data) { class
|
D | arrayLiteralsWithRecursiveGenerics.js | 2 class List<T> { class 4 next: List<List<T>>; field in List 45 function List() { class in List
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_list.c | 36 struct List struct 46 maybe_grow (List * lp) in maybe_grow() argument
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ContributingCode.md | 55 ### Getting started with Gerrit for ANGLE 67 ### Making changes 98 ### Selecting reviewers 105 ### Committer status
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 190 struct List { struct 191 constexpr explicit List(absl::ConstInitType) in List() function 195 SpinLock mutex; 196 std::atomic<CordzInfo*> head ABSL_GUARDED_BY(mutex){nullptr}; in ABSL_GUARDED_BY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocStream.h | 33 struct List { struct 37 List(DwarfCompileUnit *CU, size_t EntryOffset) in List() argument 188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder()
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
D | list.go | 24 type List interface { interface 42 CopyFrom(l List, dst, src, count int) 67 func Copy(l List) List {
|