Home
last modified time | relevance | path

Searched refs:synthetic (Results 1 – 25 of 75) sorted by relevance

123

/third_party/protobuf/docs/
Dimplementing_proto3_presence.md53 placed into a one-field `oneof`. We call this a "synthetic" oneof, as it was not
60 proto3 presence. This is the major benefit of synthetic oneofs.
65 APIs. It is never safe to drop synthetic oneofs from a proto schema. Code
66 generators can (and should) skip synthetic oneofs when generating a user-facing
68 consumed programmatically, it is important to keep the synthetic oneofs around.
72 synthetic oneofs in code generators.
91 // We call _foo a "synthetic" oneof, since it was not created by the user.
101 2. Avoid generating any oneof-based accessors for the synthetic oneof. Its only
103 not aware of proto3 presence. The synthetic oneof should not appear anywhere
164 synthetic oneof) and users could start depending on these. That would create
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Ddeqp_data_autogen.gni175 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/recipient.frag",
176 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
177 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
178 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
179 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
303 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/recipient.frag",
304 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
305 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
306 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
307 "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
DBUILD.gn359 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/recipient.frag",
360 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_1.frag",
361 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_2.frag",
362 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_3.frag",
363 "$deqp_path/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/variant_4.frag",
365 …outputs = [ "$root_gen_dir/vk_gl_cts_data/data/gles3/graphicsfuzz/synthetic/{{source_file_part}}" ]
/third_party/mesa3d/docs/relnotes/
D19.0.4.rst50 - "glx: Fix synthetic error generation in \__glXSendError" broke wine
128 - glx: Fix synthetic error generation in \__glXSendError
204 - Revert "glx: Fix synthetic error generation in \__glXSendError"
/third_party/boost/libs/gil/example/
DREADME.md29 Creates a synthetic image defining the Mandelbrot set.
/third_party/boost/libs/gil/doc/
Dindex.rst55 Creating a synthetic image defined by a function
/third_party/boost/libs/gil/doc/html/_sources/
Dindex.rst.txt55 Creating a synthetic image defined by a function
/third_party/node/src/
Dmodule_wrap.cc134 bool synthetic = args[2]->IsArray(); in New() local
135 if (synthetic) { in New()
159 if (synthetic) { in New()
231 if (synthetic) { in New()
/third_party/grpc/third_party/upb/upb/
Ddef.c85 bool synthetic; member
745 return o->synthetic; in upb_oneofdef_issynthetic()
1271 if (o->synthetic && o->field_count != 1) { in finalize_oneofs()
1276 if (o->synthetic) { in finalize_oneofs()
1396 o->synthetic = false; in create_oneofdef()
1690 oneof->synthetic = true; in create_fielddef()
/third_party/boost/libs/gil/doc/design/
Dextending.rst14 the internet, or even fully-synthetic images such as the Mandelbrot
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt14 the internet, or even fully-synthetic images such as the Mandelbrot
/third_party/skia/third_party/externals/freetype/
Dmodules.cfg220 # Support for synthetic emboldening and slanting of fonts. Needs
/third_party/flutter/skia/third_party/externals/freetype/
Dmodules.cfg217 # Support for synthetic emboldening and slanting of fonts. Needs
/third_party/freetype/
Dmodules.cfg217 # Support for synthetic emboldening and slanting of fonts. Needs
/third_party/boost/libs/outcome/doc/src/content/
D_index.md52 struct-based storage will be used. This significantly improves performance in synthetic benchmarks
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dcodegen.dart41 // Generates a synthetic package under .dart_tool/flutter_tool which is in turn
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto218 // oneof is known as a "synthetic" oneof, and this field must be its sole
219 // member (each proto3 optional field gets its own synthetic oneof). Synthetic
227 // give message fields a synthetic oneof also, even though it is not required
230 // synthetic oneof.
Ddescriptor.proto218 // oneof is known as a "synthetic" oneof, and this field must be its sole
219 // member (each proto3 optional field gets its own synthetic oneof). Synthetic
227 // give message fields a synthetic oneof also, even though it is not required
230 // synthetic oneof.
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto222 // oneof is known as a "synthetic" oneof, and this field must be its sole
223 // member (each proto3 optional field gets its own synthetic oneof). Synthetic
231 // give message fields a synthetic oneof also, even though it is not required
234 // synthetic oneof.
/third_party/skia/third_party/externals/swiftshader/docs/
DReactorDebugInfo.md124 A synthetic call stack is produced by chaining `llvm::DILocation`s with
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def86 MODULE_PASS("synthetic-counts-propagation", SyntheticCountsPropagation())
/third_party/skia/site/docs/dev/design/
Dtext_shaper.md59 // e.g. variations, synthetic-bold, …
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm404 // Use a synthetic NSEvent in order to obtain the windowsKeyCode member from
/third_party/flutter/glfw/docs/
Dintro.dox307 across platforms. The exception is synthetic key and mouse button release
/third_party/lz4/
DNEWS242 New : datagen : parametrable synthetic data generator for tests

123