Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/msl/
DModifyStruct.cpp74 struct PathItem struct
76 enum class Type
83 PathItem(const TField &field) : field(&field), type(Type::Field) {} in PathItem() argument
84 PathItem(int index) : index(index), type(Type::Index) {} in PathItem() function
85 PathItem(unsigned index) : PathItem(static_cast<int>(index)) {} in PathItem() function
86 PathItem(FlattenArray flatten) : type(Type::FlattenArray) {} in PathItem() argument
89 {
93 Type type;
/external/perfetto/ui/src/frontend/
Dpivot_table.ts54 interface PathItem { interface