/third_party/protobuf/docs/ |
D | implementing_proto3_presence.md | 53 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/ |
D | deqp_data_autogen.gni | 175 "$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",
|
D | BUILD.gn | 359 "$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/ |
D | 19.0.4.rst | 50 - "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/ |
D | README.md | 29 Creates a synthetic image defining the Mandelbrot set.
|
/third_party/boost/libs/gil/doc/ |
D | index.rst | 55 Creating a synthetic image defined by a function
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | index.rst.txt | 55 Creating a synthetic image defined by a function
|
/third_party/node/src/ |
D | module_wrap.cc | 134 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/ |
D | def.c | 85 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/ |
D | extending.rst | 14 the internet, or even fully-synthetic images such as the Mandelbrot
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | extending.rst.txt | 14 the internet, or even fully-synthetic images such as the Mandelbrot
|
/third_party/skia/third_party/externals/freetype/ |
D | modules.cfg | 220 # Support for synthetic emboldening and slanting of fonts. Needs
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | modules.cfg | 217 # Support for synthetic emboldening and slanting of fonts. Needs
|
/third_party/freetype/ |
D | modules.cfg | 217 # Support for synthetic emboldening and slanting of fonts. Needs
|
/third_party/boost/libs/outcome/doc/src/content/ |
D | _index.md | 52 struct-based storage will be used. This significantly improves performance in synthetic benchmarks
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | codegen.dart | 41 // Generates a synthetic package under .dart_tool/flutter_tool which is in turn
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 218 // 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.
|
D | descriptor.proto | 218 // 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/ |
D | descriptor.proto | 222 // 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/ |
D | ReactorDebugInfo.md | 124 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/ |
D | PassRegistry.def | 86 MODULE_PASS("synthetic-counts-propagation", SyntheticCountsPropagation())
|
/third_party/skia/site/docs/dev/design/ |
D | text_shaper.md | 59 // e.g. variations, synthetic-bold, …
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_mac.mm | 404 // Use a synthetic NSEvent in order to obtain the windowsKeyCode member from
|
/third_party/flutter/glfw/docs/ |
D | intro.dox | 307 across platforms. The exception is synthetic key and mouse button release
|
/third_party/lz4/ |
D | NEWS | 242 New : datagen : parametrable synthetic data generator for tests
|