Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp326 std::string metAttribute = metadata["attribute"].asString(); in ParseRecord() local
327 if (metAttribute.length() > 0) { in ParseRecord()
328 pandaRecord.metadata->SetAttribute(metAttribute); in ParseRecord()