Home
last modified time | relevance | path

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

/external/flatbuffers/grpc/tests/
DJavaGrpcTest.java92 final AtomicInteger minHpCount = new AtomicInteger(); in computeMinMax() local
111 minHpCount.set(1); in computeMinMax()
115 minHpCount.getAndIncrement(); in computeMinMax()
124 … Stat minHpStat = GameFactory.createStat(minHpMonsterName.get(), minHp.get(), minHpCount.get()); in computeMinMax()