Home
last modified time | relevance | path

Searched defs:string_token (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dgenerate_re2c.hpp58 typedef typename boost::lexer::basic_string_token<CharT> string_token; in generate_re2c() typedef
Dgenerator.hpp134 typedef typename parser::tokeniser::string_token string_token; typedef in boost::lexer::basic_generator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/conversion/
Dchar_state_machine.hpp26 typedef basic_string_token<CharT> string_token; typedef
/aosp_15_r20/external/llvm-libc/src/string/
H A Dstring_utils.h187 LIBC_INLINE char *string_token(char *__restrict src, in string_token() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tokeniser/
Dre_tokeniser.hpp31 typedef basic_string_token<CharT> string_token; typedef in boost::lexer::detail::basic_re_tokeniser
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc66 for (const string& string_token : string_tokens) { in ReadLocationsFile() local