Home
last modified time | relevance | path

Searched defs:Generator (Results 1 – 25 of 43) sorted by relevance

12

/third_party/flatbuffers/include/flatbuffers/
Dflatc.h37 struct Generator { struct
38 typedef bool (*GenerateFn)(const flatbuffers::Parser &parser,
41 typedef std::string (*MakeRuleFn)(const flatbuffers::Parser &parser,
45 GenerateFn generate;
46 const char *generator_opt_short;
70 const Generator *generators; argument
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md106 ### Satisfying the Experimental Check
149 ### Signaling That Your Code Generator Supports Proto3 Optional
207 ### Updating Your Code Generator
235 #### To test whether a field should have presence
259 #### To test whether a field is a member of a oneof
278 #### To iterate over all oneofs
/third_party/boost/boost/python/detail/
Dunwind_type.hpp30 unwind_type_cv(U* p, cv_unqualified, Generator* = 0) in unwind_type_cv() argument
37 unwind_type_cv(U const* p, const_, Generator* = 0) in unwind_type_cv() argument
44 unwind_type_cv(U volatile* p, volatile_, Generator* = 0) in unwind_type_cv() argument
51 unwind_type_cv(U const volatile* p, const_volatile_, Generator* = 0) in unwind_type_cv() argument
58 unwind_ptr_type(U* p, Generator* = 0) in unwind_ptr_type() argument
89 unwind_type(U const& p, Generator*) in unwind_type() argument
154 unwind_type(boost::type<U>*, Generator*) in unwind_type() argument
/third_party/boost/boost/random/detail/
Dseed.hpp39 #define BOOST_RANDOM_DETAIL_GENERATOR_CONSTRUCTOR(Self, Generator, gen) \ argument
43 #define BOOST_RANDOM_DETAIL_GENERATOR_SEED(Self, Generator, gen) \ argument
69 #define BOOST_RANDOM_DETAIL_GENERATOR_CONSTRUCTOR(Self, Generator, gen) \ argument
79 #define BOOST_RANDOM_DETAIL_GENERATOR_SEED(Self, Generator, gen) \ argument
/third_party/flutter/skia/third_party/externals/wuffs/lang/generate/
Dgenerate.go33 type Generator func(packageName string, tm *t.Map, c *check.Checker, files []*a.File) ([]byte, erro… type
35 func Do(flags *flag.FlagSet, args []string, g Generator) error {
/third_party/typescript/tests/cases/compiler/
DinnerTypeArgumentInference.ts1 interface Generator<T> { (): T; } interface
DrecursiveGenericMethodCall.ts1 interface Generator<T> { (): T; } interface
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompilerOutputs.cs31 public string Generator { get; set; } property in Grpc.Tools.ProtoCompilerOutputs
DProtoCompile.cs237 public string Generator { get; set; } property in Grpc.Tools.ProtoCompile
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Des2015.generator.ts10 Generator: { constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRandomNumberGenerator.h56 generator_type Generator; variable
/third_party/boost/libs/iterator/doc/
Dfunction_input_iterator.rst30 .. _Generator: http://www.sgi.com/tech/stl/Generator.html target
/third_party/typescript/src/lib/
Des2015.generator.d.ts3 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
/third_party/typescript/lib/
Dlib.es2015.generator.d.ts23 interface Generator<T = unknown, TReturn = any, TNext = unknown> extends Iterator<T, TReturn, TNext… interface
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.cc51 Generator::Generator() {} in Generator() function in google::protobuf::compiler::csharp::Generator
/third_party/boost/libs/msm/doc/PDF/examples/
DCompilerStressTestEuml.cpp116 struct Generator struct
118 int operator()()const in operator ()()
/third_party/boost/libs/msm/doc/HTML/examples/
DCompilerStressTestEuml.cpp116 struct Generator struct
118 int operator()()const in operator ()()
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClassAccessor.js85 validate(defs: any): Generator<never, void, unknown>; field in Argument
/third_party/mindspore/mindspore/lite/micro/coder/generator/
Dgenerator.cc51 Generator::Generator(std::unique_ptr<CoderContext> ctx) { in Generator() function in mindspore::lite::micro::Generator
/third_party/skia/tools/gpu/
DYUVUtils.cpp52 class Generator : public SkImageGenerator { class
54 Generator(SkYUVAPixmaps pixmaps, sk_sp<SkColorSpace> cs) in Generator() function in __anondfa3f05a0111::Generator
/third_party/mindspore/tests/st/probability/zhusuan/vae/
Dvae_mnist.py38 class Generator(zs.BayesianNet): class
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upbdefs.cc145 class Generator : public protoc::CodeGenerator { class
/third_party/flutter/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py58 class Generator: class
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py58 class Generator: class
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h142 Generator() {} in Generator() function

12