Searched refs:instanceof (Results 1 – 4 of 4) sorted by relevance
173 json::Object instanceof; in run() local175 instanceof[kv.first] = std::move(kv.second); in run()176 root["!instanceof"] = std::move(instanceof); in run()
12 // CHECK: 'D' in data['!instanceof']['Base']13 // CHECK: 'D' in data['!instanceof']['Intermediate']14 // CHECK: 'D' not in data['!instanceof']['Derived']
483 * ``!instanceof``: a dictionary whose keys are the class names defined486 from that class. So ``root["!instanceof"]["Instruction"]``, for
115 The ``isa<>`` operator works exactly like the Java "``instanceof``" operator.161 ``instanceof`` operator, can be abused. In particular, you should not use big