Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h69 template <typename T> Error consume(BinaryStreamReader &Reader, T *&Item) { in consume()
82 T &Item; member
87 serialize_conditional_impl<T, U> serialize_conditional(T &Item, U Func) { in serialize_conditional()
98 ArrayRef<T> &Item; member
116 std::vector<T> &Item; member
137 std::vector<StringRef> &Item; member
148 ArrayRef<T> &Item; member
158 T &Item; member
162 serialize_array_impl<T, U> serialize_array(ArrayRef<T> &Item, U Func) { in serialize_array()
167 serialize_null_term_string_array(std::vector<StringRef> &Item) { in serialize_null_term_string_array()
[all …]
DFormatters.h39 inline detail::GuidAdapter fmt_guid(StringRef Item) { in fmt_guid()
43 inline detail::GuidAdapter fmt_guid(ArrayRef<uint8_t> Item) { in fmt_guid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatVariadicDetails.h33 T Item; variable
36 explicit provider_format_adapter(T &&Item) : Item(std::forward<T>(Item)) {} in provider_format_adapter()
45 T Item; variable
48 explicit stream_operator_format_adapter(T &&Item) in stream_operator_format_adapter()
131 build_format_adapter(T &&Item) { in build_format_adapter()
138 build_format_adapter(T &&Item) { in build_format_adapter()
145 build_format_adapter(T &&Item) { in build_format_adapter()
158 build_format_adapter(T &&Item) { in build_format_adapter()
DFormatAdapters.h22 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter()
24 T Item; variable
34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
49 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
64 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter()
77 ErrorAdapter(Error &&Item) : FormatAdapter(std::move(Item)) {} in ErrorAdapter()
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
96 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat()
103 inline detail::ErrorAdapter fmt_consume(Error &&Item) { in fmt_consume()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatVariadicDetails.h31 T Item; variable
34 explicit provider_format_adapter(T &&Item) : Item(Item) {} in provider_format_adapter()
92 build_format_adapter(T &&Item) { in build_format_adapter()
99 build_format_adapter(T &&Item) { in build_format_adapter()
106 build_format_adapter(T &&Item) { in build_format_adapter()
/third_party/typescript/tests/baselines/reference/
DdiscriminantPropertyCheck.js22 function goo1(x: Item) {
28 function goo2(x: Item) {
34 function foo1(x: Item) {
40 function foo2(x: Item) {
46 function foo3(x: Item) {
52 function foo4(x: Item) {
58 function foo5(x: Item) {
64 function foo6(x: Item) {
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h37 struct Item { struct
38 char *name;
39 uint8_t *data;
40 int32_t length;
41 UBool isDataOwned;
42 char type;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp38 bool overlapsDefs(const Cfg *Func, const Variable *Item, const Variable *Var) { in overlapsDefs()
451 Variable *Item = Active[Index]; in handleActiveRangeExpiredOrInactive() local
480 Variable *Item = Inactive[Index]; in handleInactiveRangeExpiredOrReactivated() local
568 for (const Variable *Item : Inactive) { in filterFreeWithInactiveRanges() local
665 for (const Variable *Item : Active) { in handleNoFreeRegisters() local
678 for (const Variable *Item : Inactive) { in handleNoFreeRegisters() local
740 Variable *Item = Active[Index]; in handleNoFreeRegisters() local
757 Variable *Item = Inactive[Index]; in handleNoFreeRegisters() local
890 for (const Variable *Item : Active) { in scan() local
963 void LinearScan::dumpLiveRangeTrace(const char *Label, const Variable *Item) { in dumpLiveRangeTrace()
[all …]
DIceThreading.h60 void blockingPush(std::unique_ptr<T> Item) { in blockingPush()
71 std::unique_ptr<T> Item; variable
136 void push(std::unique_ptr<T> Item) { in push()
/third_party/cef/libcef/browser/
Dmenu_model_impl.cc203 struct CefMenuModelImpl::Item { struct in CefMenuModelImpl
204 Item(cef_menu_item_type_t type, in Item() function
214 cef_menu_item_type_t type_;
215 int command_id_;
216 CefString label_;
217 int group_id_;
218 CefRefPtr<CefMenuModelImpl> submenu_;
221 bool enabled_ = true;
222 bool visible_ = true;
223 bool checked_ = false;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAEnumLineNumbers.cpp27 CComPtr<IDiaLineNumber> Item; in getChildAtIndex() local
35 CComPtr<IDiaLineNumber> Item; in getNext() local
DDIAEnumInjectedSources.cpp27 CComPtr<IDiaInjectedSource> Item; in getChildAtIndex() local
35 CComPtr<IDiaInjectedSource> Item; in getNext() local
DDIAEnumFrameData.cpp25 CComPtr<IDiaFrameData> Item; in getChildAtIndex() local
33 CComPtr<IDiaFrameData> Item; in getNext() local
DDIAEnumTables.cpp25 CComPtr<IDiaTable> Item; in getChildAtIndex() local
36 CComPtr<IDiaTable> Item; in getNext() local
DDIAEnumSectionContribs.cpp28 CComPtr<IDiaSectionContrib> Item; in getChildAtIndex() local
37 CComPtr<IDiaSectionContrib> Item; in getNext() local
DDIAEnumDebugStreams.cpp27 CComPtr<IDiaEnumDebugStreamData> Item; in getChildAtIndex() local
38 CComPtr<IDiaEnumDebugStreamData> Item; in getNext() local
DDIAEnumSourceFiles.cpp27 CComPtr<IDiaSourceFile> Item; in getChildAtIndex() local
35 CComPtr<IDiaSourceFile> Item; in getNext() local
DDIAEnumSymbols.cpp28 CComPtr<IDiaSymbol> Item; in getChildAtIndex() local
37 CComPtr<IDiaSymbol> Item; in getNext() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp27 codeview::CrossModuleImportItem &Item) { in operator ()()
65 for (const auto &Item : Mappings) { in calculateSerializedSize() local
86 for (const auto &Item : Ids) { in commit() local
DRecordSerialization.cpp126 Error llvm::codeview::consume(BinaryStreamReader &Reader, uint32_t &Item) { in consume()
130 Error llvm::codeview::consume(StringRef &Data, uint32_t &Item) { in consume()
139 Error llvm::codeview::consume(BinaryStreamReader &Reader, int32_t &Item) { in consume()
143 Error llvm::codeview::consume(BinaryStreamReader &Reader, StringRef &Item) { in consume()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dpool.h84 struct Item { struct
97 Item* next = nullptr; // pointer to the next free item in the pool. argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHash.cpp64 for (ulittle32_t Item : Items) { in hashStringV2() local
70 for (uint8_t Item : Buffer) { in hashStringV2() local

12345