Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/system_views/
H A Dfiles.h54 FIELD_INITIAL_SIZE, /* ndb/innodb */ enumerator
H A Dfiles.cc81 FIELD_INITIAL_SIZE, "INITIAL_SIZE", in Files()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/codegen/
H A DConstantPool.java29 public static final int FIELD_INITIAL_SIZE = 156; field in ConstantPool
200 this.fieldCache = new ObjectCache(FIELD_INITIAL_SIZE); in ConstantPool()