Home
last modified time | relevance | path

Searched refs:Tokenize (Results 1 – 25 of 38) sorted by relevance

12

/third_party/gn/src/gn/
Dtokenizer_unittest.cc25 std::vector<Token> results = Tokenizer::Tokenize(&input_file, &err); in CheckTokenizer()
45 std::vector<Token> results = Tokenizer::Tokenize(&empty_string_input, &err); in TEST()
51 results = Tokenizer::Tokenize(&whitespace_input, &err); in TEST()
127 std::vector<Token> results = Tokenizer::Tokenize(&input, &err); in TEST()
212 std::vector<Token> results = Tokenizer::Tokenize( in TEST()
224 Tokenizer::Tokenize(&input, &err, WhitespaceTransform::kInvalidToSpace); in TEST()
Dparser_unittest.cc17 *result = Tokenizer::Tokenize(input, &err); in GetTokens()
62 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, &err); in DoParserErrorTest()
80 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, &err); in DoExpressionErrorTest()
Dtokenizer.h29 static std::vector<Token> Tokenize(
Dtest_with_scope.cc75 std::vector<Token> tokens = Tokenizer::Tokenize(&input_file, err); in ExecuteExpression()
333 tokens_ = Tokenizer::Tokenize(&input_file_, &parse_err_); in TestParseInput()
Dinput_file_manager.cc87 *tokens = Tokenizer::Tokenize(file, err); in DoLoadFile()
/third_party/flutter/skia/third_party/externals/wuffs/lang/generate/
Dgenerate.go106 tokens, _, err := t.Tokenize(tm, filename, src)
125 tokens, _, err := t.Tokenize(tm, filename, src)
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dwhitespace_tokenizer_op.h37 …Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32_t> *off…
Dunicode_char_tokenizer_op.h36 …Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32_t> *off…
Dunicode_script_tokenizer_op.h40 …Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32_t> *off…
Dtokenizer_op.h37 …virtual Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32… in Tokenize() function
Dtokenizer_op.cc34 RETURN_IF_NOT_OK(Tokenize(str, &splits, &offsets_start, &offsets_limit)); in Compute()
Dunicode_char_tokenizer_op.cc29 Status UnicodeCharTokenizerOp::Tokenize(std::string_view str, std::vector<std::string> *splits, in Tokenize() function in mindspore::dataset::UnicodeCharTokenizerOp
Djieba_tokenizer_op.h50 …Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32_t> *off…
Dregex_tokenizer_op.h45 …Status Tokenize(std::string_view str, std::vector<std::string> *splits, std::vector<uint32_t> *off…
Dwhitespace_tokenizer_op.cc30 Status WhitespaceTokenizerOp::Tokenize(std::string_view str, std::vector<std::string> *splits, in Tokenize() function in mindspore::dataset::WhitespaceTokenizerOp
Dunicode_script_tokenizer_op.cc36 Status UnicodeScriptTokenizerOp::Tokenize(std::string_view str, std::vector<std::string> *splits, in Tokenize() function in mindspore::dataset::UnicodeScriptTokenizerOp
Djieba_tokenizer_op.cc32 Status JiebaTokenizerOp::Tokenize(std::string_view sentence_v, std::vector<std::string> *words, in Tokenize() function in mindspore::dataset::JiebaTokenizerOp
Dregex_tokenizer_op.cc110 Status RegexTokenizerOp::Tokenize(std::string_view str, std::vector<std::string> *splits, in Tokenize() function in mindspore::dataset::RegexTokenizerOp
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring_test.go76 tokens, _, err := t.Tokenize(tm, filename, []byte(tc))
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dcheck_test.go99 tokens, comments, err := t.Tokenize(tm, filename, []byte(src))
215 tokens, _, err := t.Tokenize(tm, filename, []byte(src))
Dresolve.go128 tokens, _, err := t.Tokenize(c.tm, filename, buf)
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffsfmt/
Dmain.go123 tokens, comments, err := t.Tokenize(tm, filename, src)
/third_party/mindspore/mindspore/lite/src/common/
Dutils.cc102 std::vector<std::string> Tokenize(const std::string &src, const std::string &delimiters, in Tokenize() function
Dutils.h168 std::vector<std::string> Tokenize(const std::string &src, const std::string &delimiters,
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dtoken.go116 func Tokenize(m *Map, filename string, src []byte) (tokens []Token, comments []string, retErr error… func

12