Searched defs:token_type (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dtoken.cc57 const char Token::token_type[] = { member in class:v8::internal::Token
/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h42 typename StringPrinter<Arc>::TokenType token_type; local
44 token_type = StringPrinter<Arc>::SYMBOL;
46 token_type = StringPrinter<Arc>::BYTE;
48 token_type = StringPrinter<Arc>::UTF8;
65 StringPrinter<Arc> string_printer(token_type, syms);
116 if (token_type == StringPrinter<Arc>::SYMBOL)
H A Dfarscript.h179 const FarTokenType token_type; member in struct:fst::script::FarPrintStringsArgs
190 const FarTokenType token_type, const string &begin_key,
194 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type),
204 args->ifilenames, args->entry_type, args->token_type,
214 const FarTokenType token_type,
188 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dcompile-strings.h54 TokenType token_type,
59 token_type_(token_type), done_(false),
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
152 typename StringCompiler<Arc>::TokenType token_type; local
154 token_type = StringCompiler<Arc>::SYMBOL;
156 token_type = StringCompiler<Arc>::BYTE;
158 token_type = StringCompiler<Arc>::UTF8;
218 istrm, inputs[i], entry_type, token_type,
230 << " in file " << inputs[i] << " failed with token_type = "
51 StringReader(istream &istrm, const string &source, EntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms = 0, Label unknown_label = kNoStateId) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc88 const FarTokenType token_type,
96 FarPrintStringsArgs args(ifilenames, entry_type, token_type, begin_key,
85 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/include/fst/
H A Dstring.h145 StringPrinter(TokenType token_type, argument
147 : token_type_(token_type), syms_(syms) {}
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { argument
115 return input_->current().type == token_type;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc451 bool LookingAtType(io::Tokenizer::TokenType token_type) { argument
452 return tokenizer_.current().type == token_type;
/external/bison/src/
H A Dscan-gram.c997 static void handle_dollar (int token_type, char *cp, location loc);
998 static void handle_at (int token_type, char *cp, location loc);
1245 int token_type IF_LINT (= 0); variable
1444 token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE; variable
1479 token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE; variable
1494 token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE; variable
1544 token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE; variable
1554 token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE; variable
1604 token_type = PERCENT_UNION; BEGIN SC_PRE_CODE; variable
1690 token_type
3558 handle_dollar(int token_type, char *text, location loc) argument
3625 handle_at(int token_type, char *text, location loc) argument
[all...]

Completed in 204 milliseconds