Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/tests/
DJavaGrpcTest.java88 final AtomicInteger maxHpCount = new AtomicInteger(); in computeMinMax() local
100 maxHpCount.set(1); in computeMinMax()
104 maxHpCount.getAndIncrement(); in computeMinMax()
119 … Stat maxHpStat = GameFactory.createStat(maxHpMonsterName.get(), maxHp.get(), maxHpCount.get()); in computeMinMax()