Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp73 struct PathItem struct
75 enum class Type
82 PathItem(const TField &field) : field(&field), type(Type::Field) {} in PathItem() function
83 PathItem(int index) : index(index), type(Type::Index) {} in PathItem() function
84 PathItem(unsigned index) : PathItem(static_cast<int>(index)) {} in PathItem() function
85 PathItem(FlattenArray flatten) : type(Type::FlattenArray) {} in PathItem() argument
88 {
92 Type type;