Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dmap_serialization.h65 class MapValueReader : public MapReaderBase<MaybeConstUserType> {
71 explicit MapValueReader(MaybeConstUserType& input) : Base(input) {} in MapValueReader() function
72 ~MapValueReader() {} in ~MapValueReader()
96 MapValueReader<MaybeConstUserType>>;
121 MapValueReader<MaybeConstUserType> value_reader(input);