|
Blender V4.3
|
Inherits testing::Test.
Protected Member Functions | |
| StringFindSplitWords ()=default | |
| void | testStringFindSplitWords (const string &str, const size_t max_length, initializer_list< WordInfo > expected_words_info_init, int max_words=-1) |
| void | testStringFindSplitWords (const string &str, initializer_list< WordInfo > expected_words_info_init) |
Definition at line 982 of file BLI_string_test.cc.
|
protecteddefault |
|
inlineprotected |
Definition at line 990 of file BLI_string_test.cc.
References BLI_string_find_split_words(), CHECK_LE, and str.
Referenced by testStringFindSplitWords().
|
inlineprotected |
Definition at line 1019 of file BLI_string_test.cc.
References str, and testStringFindSplitWords().