Home | History | Annotate | Download | only in src

Lines Matching refs:Int32FromEnvOrDie

4068   const Int32 total_shards = Int32FromEnvOrDie(total_shards_env, -1);
4069 const Int32 shard_index = Int32FromEnvOrDie(shard_index_env, -1);
4106 Int32 Int32FromEnvOrDie(const char* const var, Int32 default_val) {
4137 Int32FromEnvOrDie(kTestTotalShards, -1) : -1;
4139 Int32FromEnvOrDie(kTestShardIndex, -1) : -1;