Home
last modified time | relevance | path

Searched defs:DerivedType1 (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.cc1364 struct DerivedType1 : public BaseStruct { struct
1365 explicit DerivedType1(int a, int b) : BaseStruct(a), b(b) {} in DerivedType1() argument
1366 int b;