Home
last modified time | relevance | path

Searched defs:next_token (Results 1 – 25 of 25) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DLexer.pm48 sub next_token { method in ANTLR::Runtime::Lexer
/external/cronet/net/http/
Dhttp_auth_ntlm_mechanism.cc49 const std::vector<uint8_t>& next_token) { in SetAuthTokenFromBinaryToken()
155 auto next_token = ntlm_client_.GenerateAuthenticateMessage( in GenerateAuthToken() local
/external/antlr/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb19 def next_token method
/external/antlr/runtime/Ruby/test/unit/
Dtest-recognizers.rb21 def next_token method in TestTokenSource.TestSource
Dtest-streams.rb249 def next_token method in TestCommonTokenStream.MockSource
/external/oj-libjdwp/src/solaris/back/
Dlinker_md.c59 char *path, *paths_copy, *next_token; in dll_build_name() local
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c87 next_token( in next_token() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c87 next_token( in next_token() function
/external/google-breakpad/src/processor/
Dbasic_source_line_resolver.cc546 int next_token = *is_multiple ? 1 : 0; in ParseFunction() local
630 int next_token = *is_multiple ? 1 : 0; in ParsePublicSymbol() local
/external/toybox/toys/pending/
Dtftpd.c89 static char *next_token(char *at, char *end) in next_token() function
/external/python/python-api-core/google/api_core/
Dpage_iterator.py338 next_token=_NEXT_TOKEN, argument
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb152 def next_token method in ANTLR3.AST.Wizard.PatternLexer
/external/rust/crates/protobuf-support/src/lexer/
Dtokenizer.rs46 next_token: Option<TokenWithLocation>, field
Dlexer_impl.rs651 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token() method
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_tokenizer.cc248 NextToken next_token = NextToken::kStringOrEndOfDict; in ReadOneJsonKey() local
/external/ImageMagick/coders/
Dsvg.c682 *next_token, in GetUserSpaceCoordinateValue() local
1535 *next_token, in SVGStartElement() local
4159 *next_token, in WriteSVGImage() local
/external/python/cffi/c/
Dparse_c_type.c113 static void next_token(token_t *tok) in next_token() function
/external/ltp/metadata/
Dmetaparse.c215 static char *next_token(FILE *f, struct data_node *doc) in next_token() function
/external/rust/crates/xml-rs/src/reader/
Dlexer.rs283 pub fn next_token<B: Read>(&mut self, b: &mut B) -> Result { in next_token() method
/external/rust/crates/serde_test/src/
Dde.rs69 fn next_token(&mut self) -> Token { in next_token() method
Dser.rs20 fn next_token(&mut self) -> Option<Token> { in next_token() method
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dlexer_impl.rs665 pub fn next_token(&mut self) -> LexerResult<Option<TokenWithLocation>> { in next_token() method
/external/ImageMagick/MagickCore/
Ddraw.c2461 *next_token, in RenderMVGContent() local
5902 *next_token; in GetDrawInfo() local
6486 *next_token, in TracePath() local
/external/crosvm/cros_async/src/sys/unix/
Dfd_executor.rs307 let next_token = entry.key(); in add_operation() localVariable
/external/libtraceevent/src/
Devent-parse.c2565 static int alloc_and_process_delim(struct tep_event *event, char *next_token, in alloc_and_process_delim()