Home
last modified time | relevance | path

Searched defs:ParserType (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3baserecognizer.hpp61 typedef typename ImplTraits::ParserType ParserType; typedef in BaseRecognizer
Dantlr3traits.hpp271 typedef PsrType ParserType; typedef in Traits
Dantlr3baserecognizer.inl772 …<ImplTraits, StreamType>::getCurrentInputSymbol(IntStreamType* istream, ClassForwarder<ParserType>)
/external/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.h228 typedef typename Entry::template Parser<MapFieldType, MapType> ParserType; in ParseMap() typedef