Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc1369 struct DerivedType2 : public BaseStruct { struct
1370 explicit DerivedType2(int a, int c) : BaseStruct(a), c(c) {} in DerivedType2() argument
1371 int c;