Searched refs:ParseArray (Results 1 – 5 of 5) sorted by relevance
102 // ParseArray may only be called after an indefinite length array has been190 // ParseArray may only be called after an indefinite length array has been
936 bool ParseArray(int32_t stack_depth,1011 return ParseArray(stack_depth + 1, tokenizer, out);1020 // ParseArray may only be called after an indefinite length array has been1022 bool ParseArray(int32_t stack_depth,1048 // ParseArray may only be called after an indefinite length array has been
928 bool ParseArray(int32_t stack_depth,1003 return ParseArray(stack_depth + 1, tokenizer, out); in ParseValue()1014 bool ParseArray(int32_t stack_depth, in ParseArray() function
927 FLATBUFFERS_CHECKED_ERROR ParseArray(Value &array);
1160 ECHECK(ParseArray(val)); in ParseAnyValue()1619 CheckedError Parser::ParseArray(Value &array) { in ParseArray() function in flatbuffers::Parser