Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Drange_map-inl.h84 AddressType other_base = iterator_base->second.base(); in StoreRangeInternal() local
126 AddressType other_base = iterator_high->second.base(); in StoreRangeInternal() local
148 AddressType other_base = AddressType(); in StoreRangeInternal() local
/external/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/
Dmain.cpp12 OtherBase other_base; variable