Home
last modified time | relevance | path

Searched defs:Items (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh91 #define OT_UARRAY(Name, Items) \ argument
98 #define OT_UHEADLESSARRAY(Name, Items) \ argument
119 #define OT_SUBLOOKUP(Name, SubFormat, Items) \ argument
124 #define OT_COVERAGE1(Name, Items) \ argument
175 #define MANIFEST(Items) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl()
224 inline size_t join_items_size(const A1 &A, Args &&... Items) { in join_items_size()
242 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h341 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, in join_items_impl()
361 inline size_t join_items_size(const A1 &A, Args &&... Items) { in join_items_size()
387 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/third_party/typescript/tests/cases/compiler/
DinferTypeConstraintInstantiationCircularity.ts81 type Items<Type extends Cell = Cell> = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryItemStream.h99 ArrayRef<T> Items; variable
DOnDiskHashTable.h364 const unsigned char *Items = Base + Offset; variable
/third_party/zlib/contrib/delphi/
DZLib.pas254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp84 CObjectVector<CMultiOutStream_Rec> Items; member
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc507 static PyObject* Items(PyContainer* self, PyObject* args) { in Items() function
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go232 Items []ConfigurationItem `json:"items"` member
3432 Items []CompletionItem `json:"items"` member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3848 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local