Home
last modified time | relevance | path

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

12345

/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::__anon53ca38520111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon53ca38520111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon53ca38520111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon53ca38520111::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/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/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/protobuf/third_party/abseil-cpp/absl/random/internal/
Dranden.h47 inline void Generate(void* state) const { in Generate() function
Dfast_uniform_bits.h137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/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/rust/rust/src/tools/rust-installer/src/
Dmain.rs12 Generate(installer::Generator), enumerator
/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/csharp/
Dcsharp_enum.cc37 void EnumGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::csharp::EnumGenerator
/third_party/protobuf/src/google/protobuf/compiler/java/lite/
Dextension.cc42 void ImmutableExtensionLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::ImmutableExtensionLiteGenerator
Dmessage_builder.cc55 void MessageBuilderLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::MessageBuilderLiteGenerator
Denum.cc57 void EnumLiteGenerator::Generate(io::Printer* printer) { in Generate() function in google::protobuf::compiler::java::EnumLiteGenerator
/third_party/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
DSnmpNode.cs81 public virtual void Generate(MibCFile generatedFile, MibHeaderFile generatedHeaderFile) in Generate() method in LwipSnmpCodeGeneration.SnmpNode
/third_party/grpc/src/compiler/
Druby_plugin.cc49 bool Generate(const grpc::protobuf::FileDescriptor* file, in Generate() function in RubyGrpcGenerator
Dnode_plugin.cc39 bool Generate(const grpc::protobuf::FileDescriptor* file, in Generate() function in NodeGrpcGenerator
/third_party/lzma/CPP/7zip/Crypto/
DRandGen.cpp211 void CRandomGenerator::Generate(Byte *data, unsigned size) in Generate() function in CRandomGenerator

12345