Home
last modified time | relevance | path

Searched refs:MapReaderBase (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dmap_serialization.h21 class MapReaderBase {
28 explicit MapReaderBase(MaybeConstUserType& input) in MapReaderBase() function
30 ~MapReaderBase() {} in ~MapReaderBase()
45 class MapKeyReader : public MapReaderBase<MaybeConstUserType> {
47 using Base = MapReaderBase<MaybeConstUserType>;
62 class MapValueReader : public MapReaderBase<MaybeConstUserType> {
64 using Base = MapReaderBase<MaybeConstUserType>;