Home | History | Annotate | Download | only in src

Lines Matching refs:Int32FromEnvOrDie

4099   const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1);
4100 const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1);
4137 Int32 Int32FromEnvOrDie(const char* const var, Int32 default_val) {
4168 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
4170 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;