Searched refs:token_value (Results 1 – 1 of 1) sorted by relevance
/optee_benchmark/libyaml/src/ |
A D | yaml_private.h | 511 #define ALIAS_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument 513 (token).data.alias.value = (token_value)) 515 #define ANCHOR_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument 517 (token).data.anchor.value = (token_value)) 524 #define SCALAR_TOKEN_INIT(token,token_value,token_length,token_style,start_mark,end_mark) \ argument 526 (token).data.scalar.value = (token_value), \
|
Completed in 4 milliseconds