Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Dmessage.h144 class StringMapEntryParser; variable
152 using StringToBytesMapEntry = StringMapEntryParser<Bytes>;
153 using StringToStringMapEntry = StringMapEntryParser<String>;
154 using StringToMessageMapEntry = StringMapEntryParser<Message>;
572 class StringMapEntryParser {
576 StringMapEntryParser(Status status) : entry_(status) {} in StringMapEntryParser() function
577 StringMapEntryParser(stream::IntervalReader reader) : entry_(reader) {} in StringMapEntryParser() function
595 : public RepeatedFieldParser<StringMapEntryParser<ValueParser>> {
598 StringMapEntryParser<ValueParser>>::RepeatedFieldParser;
603 for (StringMapEntryParser<ValueParser> entry : *this) {