Home
last modified time | relevance | path

Searched defs:Generate (Results 1 – 25 of 89) 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::__anon83f4e5f10111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon83f4e5f10111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon83f4e5f10111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon83f4e5f10111::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/typescript/tests/cases/compiler/
DrecursiveGenericMethodCall.ts3 function Generate<T>(func: Generator<T>): T { function
DinnerTypeArgumentInference.ts2 function Generate<U>(func: Generator<U>): U { function
/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/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/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
Dgenerator_impl_test.cc24 TEST_F(HlslGeneratorImplTest, Generate) { in TEST_F() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.cc28 Result Generate(const Program* program, in Generate() function
Dgenerator_impl_test.cc34 TEST_F(GlslGeneratorImplTest, Generate) { in TEST_F() argument
/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
Dcsharp_generator.cc64 bool Generator::Generate( in Generate() function in google::protobuf::compiler::csharp::Generator
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_extension_lite.cc58 void ImmutableExtensionLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
Djava_message_builder_lite.cc79 void MessageBuilderLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::MessageBuilderLiteGenerator
Djava_enum_lite.cc77 void EnumLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::EnumLiteGenerator
Djava_extension.cc112 void ImmutableExtensionGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::ImmutableExtensionGenerator
Djava_enum.cc76 void EnumGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::EnumGenerator
/third_party/lzma/CPP/7zip/Crypto/
DRandGen.cpp211 void CRandomGenerator::Generate(Byte *data, unsigned size) in Generate() function in CRandomGenerator
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.cc52 bool ObjectiveCGenerator::Generate(const FileDescriptor* file, in Generate() function in google::protobuf::compiler::objectivec::ObjectiveCGenerator

1234