Home
last modified time | relevance | path

Searched refs:stackItem (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1118 StackItem stackItem; in BeginObject() local
1119 stackItem.type = COLLECTION_TYPE_OBJECT; in BeginObject()
1120 stackItem.valueCount = 0; in BeginObject()
1121 stackItem.singleLineMode = singleLine; in BeginObject()
1122 m_Stack.push_back(stackItem); in BeginObject()
1144 StackItem stackItem; in BeginArray() local
1145 stackItem.type = COLLECTION_TYPE_ARRAY; in BeginArray()
1146 stackItem.valueCount = 0; in BeginArray()
1147 stackItem.singleLineMode = singleLine; in BeginArray()
1148 m_Stack.push_back(stackItem); in BeginArray()