Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr_unittest.cc1375 struct DerivedType2 : public BaseStruct { struct
1376 explicit DerivedType2(int a, int c) : BaseStruct(a), c(c) {} in DerivedType2() function
1377 int c;