Sha256: 7d909a50f18fb96688c56e0898ac0c3d51b262700e178d4a959d272028739b09
Contents?: true
Size: 359 Bytes
Versions: 3
Compression:
Stored size: 359 Bytes
Contents
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ #include "atn/OrderedATNConfigSet.h" using namespace antlr4::atn; size_t OrderedATNConfigSet::getHash(ATNConfig *c) { return c->hashCode(); }
Version data entries
3 entries across 3 versions & 1 rubygems