Searched refs:ParseMetaData (Results 1 – 4 of 4) sorted by relevance
656 ECHECK(ParseMetaData(&field->attributes)); in ParseField()993 CheckedError Parser::ParseMetaData(SymbolTable<Value> *attributes) { in ParseMetaData() function in flatbuffers::Parser1264 ECHECK(ParseMetaData(&enum_def.attributes)); in ParseEnum()1380 ECHECK(ParseMetaData(&struct_def->attributes)); in ParseDecl()1450 ECHECK(ParseMetaData(&service_def.attributes)); in ParseService()1470 ECHECK(ParseMetaData(&rpc.attributes)); in ParseService()
551 FLATBUFFERS_CHECKED_ERROR ParseMetaData(SymbolTable<Value> *attributes);
594 midiLength = eas.audio_streams[0].ParseMetaData()
458 def ParseMetaData (self): member in EAS_File