HomeSort by relevance Sort by last modified time
    Searched refs:Parser (Results 226 - 250 of 675) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 341 // Interface that TextFormat::Parser can use to find extensions.
384 // Allow the text format parser to record information into the tree.
407 class LIBPROTOBUF_EXPORT Parser {
409 Parser();
410 ~Parser();
427 // Set how parser finds extensions. If NULL (the default), the
428 // parser will use the standard Reflection object associated with
490 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
text_format.h 212 // Interface that TextFormat::Parser can use to find extensions.
255 // Allow the text format parser to record information into the tree.
278 class LIBPROTOBUF_EXPORT Parser {
280 Parser();
281 ~Parser();
298 // Set how parser finds extensions. If NULL (the default), the
299 // parser will use the standard Reflection object associated with
343 // the friendship to TextFormat::Parser::ParserImpl, but unfortunately some
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 90 // This is useful in case the asm parser doesn't handle something but the
127 std::unique_ptr<MCAsmParser> Parser(
136 STI, *Parser, *MII, MCOptions));
139 " we don't have an asm parser for this target\n");
140 Parser->setAssemblerDialect(Dialect);
141 Parser->setTargetParser(*TAP.get());
149 int Res = Parser->Run(/*NoInitialTextSection*/ true,
  /external/clang/lib/Parse/
ParsePragma.cpp 19 #include "clang/Parse/Parser.h"
165 void Parser::initializePragmaHandlers() {
246 void Parser::resetPragmaHandlers() {
322 void Parser::HandlePragmaUnused() {
329 void Parser::HandlePragmaVisibility() {
347 void Parser::HandlePragmaPack() {
362 void Parser::HandlePragmaMSStruct() {
371 void Parser::HandlePragmaAlign() {
380 void Parser::HandlePragmaWeak() {
388 void Parser::HandlePragmaWeakAlias()
    [all...]
ParseExpr.cpp 24 #include "clang/Parse/Parser.h"
36 /// \brief Simple precedence-based parser for binary/ternary operators.
120 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) {
131 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) {
140 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) {
157 ExprResult Parser::ParseAssignmentExpression(TypeCastState isTypeCast) {
185 Parser::ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc,
197 ExprResult Parser::ParseConstantExpression(TypeCastState isTypeCast) {
216 ExprResult Parser::ParseConstraintExpression() {
228 bool Parser::isNotExpressionStart()
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
commons-cli-1.0.jar 
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 36 // Enables debug output for the parser.
39 // Enables debug output for parser performance.
150 Parser parser(map.get(), tokenizer, format);
151 status = parser.parse();
718 // --- KeyCharacterMap::Parser ---
720 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format) :
724 KeyCharacterMap::Parser::~Parser() {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 92 autoload :Parser, 'antlr3/template/group-file'
97 parser = Parser.new( lexer, options )
98 return( parser.group( namespace ) )
111 parser = Parser.new( lexer, options )
112 return( parser.group( namespace ) )
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
StreamServiceTest.java 29 import com.google.caliper.util.Parser;
67 private final Parser<LogMessage> parser = new Parser<LogMessage>() { field in class:StreamServiceTest
222 parser,
  /external/v8/src/parsing/
parser.h 12 #include "src/parsing/parser-base.h"
201 FunctionLiteral* literal_; // produced by full parser.
248 // Wrapper around ScriptData to provide parser-specific functionality.
294 class Parser;
332 typedef v8::internal::Parser* Parser;
356 explicit ParserTraits(Parser* parser) : parser_(parser) {}
663 Parser* parser_
760 Parser* parser; member in struct:v8::internal::Parser::DeclarationDescriptor
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 239 parser = Backtrack::Parser.new lexer
240 events = parser.translation_unit
calc.rb 11 @parser::init {
15 @parser::members {
69 parser = TestCalc::Parser.new lexer
70 value = parser.evaluate
71 errors = parser.reported_errors
ll-star.rb 134 parser = LLStar::Parser.new lexer
136 parser.program
137 parser.output.should == <<-'END'.fixed_indent( 0 )
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
CommandLineParser.java 21 import com.google.caliper.util.Parser;
139 * Constructs a new command-line parser that will inject values into {@code injectee}.
275 private Parser<?> parser; field in class:CommandLineParser.FieldOption
281 this.parser = Parsers.conventionalParser(Primitives.wrap(c));
292 Object value = convert(parser, valueText);
312 private Parser<?> parser; field in class:CommandLineParser.MethodOption
318 this.parser = Parsers.conventionalParser(Primitives.wrap(c));
335 invokeMethod(injectee, method, convert(parser, valueText))
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 22 class Parser {
  /external/deqp/executor/
xeXMLParser.cpp 21 * \brief XML Parser.
112 // Parser should not try to advance beyond end of string.
346 Parser::Parser (void)
352 Parser::~Parser (void)
356 void Parser::clear (void)
368 void Parser::error (const std::string& what)
373 void Parser::feed (const deUint8* bytes, int numBytes)
381 void Parser::advance (void
    [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 102 /// Reset the parser state coresponding to the current object
111 /// parser that was referring to the last object file and sets
423 /// parser only needs to query common symbols, thus not every symbol's
472 MachODebugMapParser Parser(InputFile, Archs, PrependPath, Verbose);
473 return Parser.parse();
481 MachODebugMapParser Parser(InputFile, Archs, PrependPath, false);
482 return Parser.dumpStab();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParser.java 26 package gov.nist.javax.sip.parser;
31 /** Parser for addresses.
38 public class AddressParser extends Parser {
  /external/parameter-framework/upstream/tools/xmlGenerator/
PFWScriptGenerator.py 121 myparser = EddParser.Parser()
  /external/protobuf/java/src/main/java/com/google/protobuf/
Message.java 54 Parser<? extends Message> getParserForType();
  /external/protobuf/java/src/test/java/com/google/protobuf/
ParserTest.java 54 * Unit test for {@link Parser}.
61 assertEquals(TestAllTypes.PARSER,
73 Parser<? extends MessageLite> parser = message.getParserForType(); local
74 assertMessageEquals(message, parser.parseFrom(data, registry));
75 assertMessageEquals(message, parser.parseFrom(
78 assertMessageEquals(message, parser.parseFrom(
80 assertMessageEquals(message, parser.parseFrom(
82 assertMessageEquals(message, parser.parseFrom(
93 Parser<MessageLite> parser local
    [all...]
  /external/regex-re2/re2/
re2.h 754 typedef bool (*Parser)(const char* str, int n, void* dest);
759 Arg(type* p, Parser parser) : arg_(p), parser_(parser) { } \
781 template <class T> Arg(T*, Parser parser);
792 Parser parser_;
    [all...]
  /external/regex-re2/util/
pcre.h 583 typedef bool (*Parser)(const char* str, int n, void* dest);
588 Arg(type* p, Parser parser) : arg_(p), parser_(parser) { } \
609 template <class T> Arg(T*, Parser parser);
620 Parser parser_;
659 // This part of the parser, appropriate only for ints, deals with bases

Completed in 850 milliseconds

1 2 3 4 5 6 7 8 91011>>