Home
last modified time | relevance | path

Searched refs:PARSE_VALUE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dau.c79 enum { PARSE_KEY, PARSE_VALUE, PARSE_FINISHED } state = PARSE_KEY; in au_read_annotation() enumerator
104 state = PARSE_VALUE; in au_read_annotation()
109 case PARSE_VALUE: in au_read_annotation()
/third_party/gn/src/gn/
Dinput_conversion.cc30 PARSE_VALUE, // Treat the input as an expression. enumerator
66 if (what == PARSE_VALUE) in ParseValueOrScope()
225 return ParseValueOrScope(settings, input, PARSE_VALUE, origin, err); in DoConvertInputToValue()