Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
Draw_ptr_unittest.cc1379 struct DerivedType2 : public BaseStruct { struct
1380 explicit DerivedType2(int a, int c) : BaseStruct(a), c(c) {} in DerivedType2() function
1381 int c;