Home
last modified time | relevance | path

Searched defs:GenerateFn (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc64 struct GenerateFn : public T { struct
65 mutable uint64_t state[kStateSizeT];
66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument
68 static constexpr size_t bytes() { return sizeof(state); } in bytes()
70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc66 struct GenerateFn : public T { struct
67 mutable uint64_t state[kStateSizeT];
68 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function
70 static constexpr size_t bytes() { return sizeof(state); } in bytes()
72 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc65 struct GenerateFn : public T { struct
66 mutable uint64_t state[kStateSizeT];
67 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument
69 static constexpr size_t bytes() { return sizeof(state); } in bytes()
71 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A Dranden_benchmarks.cc64 struct GenerateFn : public T { struct
65 mutable uint64_t state[kStateSizeT];
66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function
68 static constexpr size_t bytes() { return sizeof(state); } in bytes()
70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc64 struct GenerateFn : public T { struct
65 mutable uint64_t state[kStateSizeT];
66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function
68 static constexpr size_t bytes() { return sizeof(state); } in bytes()
70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dranden_benchmarks.cc64 struct GenerateFn : public T { struct
65 mutable uint64_t state[kStateSizeT];
66 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() function
68 static constexpr size_t bytes() { return sizeof(state); } in bytes()
70 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc66 struct GenerateFn : public T { struct
67 mutable uint64_t state[kStateSizeT];
68 GenerateFn() { std::memset(state, 0, sizeof(state)); } in GenerateFn() argument
70 static constexpr size_t bytes() { return sizeof(state); } in bytes()
72 FuncOutput operator()(const FuncInput num_iters) const { in operator ()()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflatc.h38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dflatc.h46 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dflatc.h46 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser, typedef