Searched refs:PW_TOKENIZE_TO_CALLBACK (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_tokenizer/ |
D | tokenize_test_c.c | 58 PW_TOKENIZE_TO_CALLBACK(callback, in pw_tokenizer_ToCallbackTest_SequentialZigZag()
|
D | tokenize_test.cc | 489 PW_TOKENIZE_TO_CALLBACK( in TEST_F() 503 PW_TOKENIZE_TO_CALLBACK(SetMessage, "The answer is: %s", "5432!"); in TEST_F() 529 PW_TOKENIZE_TO_CALLBACK(SetMessage, __func__); in TEST_F() 580 PW_TOKENIZE_TO_CALLBACK(SetMessage, "The answer is: %s", "5432!"); in TEST_F()
|
D | simple_tokenize_test.cc | 118 PW_TOKENIZE_TO_CALLBACK( in TEST_F()
|
D | docs.rst | 201 ``PW_TOKENIZE_TO_CALLBACK`` tokenizes to a buffer on the stack and calls a 208 PW_TOKENIZE_TO_CALLBACK(HandlerFunction, "Format string: %x", arguments...); 212 Use ``PW_TOKENIZE_TO_CALLBACK`` if the global handler version is already in 973 * Asserts were tokenized using ``PW_TOKENIZE_TO_CALLBACK``.
|
/external/pigweed/pw_tokenizer/public/pw_tokenizer/ |
D | tokenize.h | 157 #define PW_TOKENIZE_TO_CALLBACK(callback, format, ...) \ macro
|