HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 76 - 100 of 365) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 37 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.ImportMessage), global::Google.Protobuf.TestProtos.ImportMessage.Parser, new[]{ "D" }, null, null, null)
57 public static pb::MessageParser<ImportMessage> Parser { get { return _parser; } }
UnittestImportPublicProto3.cs 33 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.PublicImportMessage), global::Google.Protobuf.TestProtos.PublicImportMessage.Parser, new[]{ "E" }, null, null, null)
43 public static pb::MessageParser<PublicImportMessage> Parser { get { return _parser; } }
  /external/python/cpython2/Lib/idlelib/
PyParse.py 112 class Parser:
  /frameworks/native/include/input/
KeyLayoutMap.h 99 class Parser {
104 Parser(KeyLayoutMap* map, Tokenizer* tokenizer);
105 ~Parser();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks --------*- C++ -*-===//
24 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
48 /// \brief Initialize the extension for parsing using the given \p Parser.
51 virtual void Initialize(MCAsmParser &Parser);
63 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 112 class Parser:
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h 56 class Parser;
62 // Parser is a lower-level class which simply converts a single .proto file
66 class LIBPROTOBUF_EXPORT Parser {
68 Parser();
69 ~Parser();
106 // Call SetStopAfterSyntaxIdentifier(true) to tell the parser to stop
130 // The Parser often calls SkipStatement() after encountering a syntax
207 // destructor records the end location. Since the parser is
212 LocationRecorder(Parser* parser);
    [all...]
  /system/core/init/
init_parser.cpp 26 #include "parser.h"
32 Parser::Parser() {
35 Parser& Parser::GetInstance() {
36 static Parser instance;
40 void Parser::AddSectionParser(const std::string& name,
41 std::unique_ptr<SectionParser> parser) {
42 section_parsers_[name] = std::move(parser);
45 void Parser::AddSingleLineParser(const std::string& prefix, LineCallback callback)
    [all...]
init_parser.h 61 class Parser {
73 static Parser& GetInstance();
75 Parser();
78 void AddSectionParser(const std::string& name, std::unique_ptr<SectionParser> parser);
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 21 * \brief Command line parser.
100 Parser::Parser (void)
105 Parser::~Parser (void)
109 void Parser::addOption (const OptInfo& option)
114 bool Parser::parse (int numArgs, const char* const* args, CommandLine* dst, std::ostream& err) const
245 void Parser::help (std::ostream& str) const
351 Parser parser; local
397 Parser parser; local
    [all...]
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 30 // Enables debug output for the parser.
33 // Enables debug output for parser performance.
68 Parser parser(map.get(), tokenizer);
69 status = parser.parse();
189 // --- KeyLayoutMap::Parser ---
191 KeyLayoutMap::Parser::Parser(KeyLayoutMap* map, Tokenizer* tokenizer) :
195 KeyLayoutMap::Parser::~Parser() {
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CertificateFactory.java 70 private static abstract class Parser<T> {
221 private Parser<OpenSSLX509Certificate> certificateParser =
222 new Parser<OpenSSLX509Certificate>() {
248 private Parser<OpenSSLX509CRL> crlParser =
249 new Parser<OpenSSLX509CRL>() {

Completed in 570 milliseconds

1 2 34 5 6 7 8 91011>>