Searched defs:bit_gen (Results 1 – 6 of 6) sorted by relevance
41 absl::BitGen& bit_gen) { in PickRetryDelayFromRange()56 absl::BitGen& bit_gen) { in PickRetryTimeFromRange()68 absl::BitGen& bit_gen) { in GenerateRetryWindowFromTargetDelay()
144 std::function<bool()> should_abort, absl::BitGen bit_gen, in GrpcFederatedProtocol()
45 static NoDestruct<absl::BitGen> bit_gen; in Weights() local
157 static auto* bit_gen = new absl::BitGen(); in GetIncludeGuard() local
121 static NoDestruct<PerCpu<BitGen>> bit_gen(PerCpuOptions().SetMaxShards(8)); in FromChannelArgs() local
303 std::function<bool()> should_abort, absl::BitGen bit_gen, in HttpFederatedProtocol()