Searched refs:subJson (Results 1 – 1 of 1) sorted by relevance
1182 const auto* subJson = jsonIn.find(name); in ReadProperty() local1183 if (subJson) { in ReadProperty()1184 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()