Home
last modified time | relevance | path

Searched defs:Generate (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon0fd389f00111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon0fd389f00111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon0fd389f00111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon0fd389f00111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
Dranden.h47 void Generate(T (&state)[N]) const { in Generate() function
Dfast_uniform_bits.h135 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
161 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon2f3485db0111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon2f3485db0111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon2f3485db0111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon2f3485db0111::RandenPoolEntry
235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
Dranden.h47 void Generate(T (&state)[N]) const { in Generate() function
Dfast_uniform_bits.h135 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
161 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/third_party/typescript/tests/cases/compiler/
DinnerTypeArgumentInference.ts2 function Generate<U>(func: Generator<U>): U { function
DrecursiveGenericMethodCall.ts3 function Generate<T>(func: Generator<T>): T { function
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator.cc26 Result Generate(const Program* program, const Options&) { in Generate() function
Dgenerator_impl_test.cc25 TEST_F(WgslGeneratorImplTest, Generate) { in TEST_F() argument
/third_party/curl/docs/cmdline-opts/
DMANPAGE.md49 ## Generate section in curl man page generator
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py29 def Generate(self): member in TestDataGeneratorXML
Dfont_data_generator_xml.py30 def Generate(self): member in FontDataGeneratorXML
Dcmap_data_generator_xml.py38 def Generate(self, font, document, root_element): member in CMapDataGeneratorXML
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py29 def Generate(self): member in TestDataGeneratorXML
Dfont_data_generator_xml.py30 def Generate(self): member in FontDataGeneratorXML
Dcmap_data_generator_xml.py38 def Generate(self, font, document, root_element): member in CMapDataGeneratorXML
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator.cc34 Result Generate(const Program* program, const Options& options) { in Generate() function
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dgenerator.cc27 Result Generate(const Program* program, const Options& options) { in Generate() function
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator.cc32 Result Generate(const Program* program, const Options& options) { in Generate() function
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.cc28 Result Generate(const Program* program, in Generate() function
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder_lite.cc79 void MessageBuilderLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::MessageBuilderLiteGenerator
Djava_extension_lite.cc58 void ImmutableExtensionLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_enum.cc58 void EnumGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::csharp::EnumGenerator
/third_party/grpc/src/compiler/
Druby_plugin.cc36 bool Generate(const grpc::protobuf::FileDescriptor* file, in Generate() function in RubyGrpcGenerator

1234