/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse_lex.h | 45 #ifdef yy_scan_bytes 48 #define yy_scan_bytes priv_gst_parse_yy_scan_bytes macro 433 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 584 #undef yy_scan_bytes
|
D | lex.priv_gst_parse_yy.c | 44 #ifdef yy_scan_bytes 47 #define yy_scan_bytes priv_gst_parse_yy_scan_bytes macro 516 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2303 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2313 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_functor_flex.cpp | 244 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len )); 1327 return yy_scan_bytes( yy_str, len ); 1334 YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len ) in yy_scan_bytes() function 1336 YY_BUFFER_STATE yy_scan_bytes( bytes, len ) in yy_scan_bytes()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 46 #ifdef yy_scan_bytes 49 # define yy_scan_bytes pp_scan_bytes macro 527 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner); 2099 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string() 2109 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 48 #ifdef yy_scan_bytes 51 # define yy_scan_bytes pp_scan_bytes macro 529 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner); 2106 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string() 2116 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 82 #ifdef yy_scan_bytes 85 #define yy_scan_bytes pp_scan_bytes macro 672 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2476 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 457 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 3117 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 3130 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 482 yy_scan_bytes(string, len, *scanner);
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex.cpp | 460 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 3278 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 3291 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 366 YY_BUFFER_STATE yy_scan_bytes(const char *bytes, int len, yyscan_t yyscanner); 2880 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string() 2890 YY_BUFFER_STATE yy_scan_bytes(const char *yybytes, int _yybytes_len, yyscan_t yyscanner) in yy_scan_bytes() function
|