Home
last modified time | relevance | path

Searched defs:PathItem (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DModifyStruct.cpp75 struct PathItem struct
77 enum class Type
84 PathItem(const TField &field) : field(&field), type(Type::Field) {} in PathItem() argument
85 PathItem(int index) : index(index), type(Type::Index) {} in PathItem() function
86 PathItem(unsigned index) : PathItem(static_cast<int>(index)) {} in PathItem() argument
87 PathItem(FlattenArray flatten) : type(Type::FlattenArray) {} in PathItem() argument
90 {
94 Type type;
/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dpivot_table.ts51 interface PathItem { interface