Searched defs:NestedDataPtr (Results 1 – 1 of 1) sorted by relevance
32 union NestedDataPtr { union45 explicit NestedDataPtr(DataType nestedData) : data(nestedData) {} in NestedDataPtr() function46 explicit NestedDataPtr(void *ptr) { in NestedDataPtr() function