Home
last modified time | relevance | path

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

/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
/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
/external/llvm-libc/src/string/
Dstring_utils.h185 LIBC_INLINE char *string_token(char *__restrict src, in string_token() function
/external/cronet/stable/third_party/llvm-libc/src/src/string/
Dstring_utils.h187 LIBC_INLINE char *string_token(char *__restrict src, in string_token() function
/external/cronet/tot/third_party/llvm-libc/src/src/string/
Dstring_utils.h187 LIBC_INLINE char *string_token(char *__restrict src, in string_token() function
/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
/external/tensorflow/tensorflow/examples/multibox_detector/
Dmain.cc66 for (const string& string_token : string_tokens) { in ReadLocationsFile() local