Home
last modified time | relevance | path

Searched defs:generated (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/crates/cxx/tests/
Dcxx_gen.rs19 let generated = generate_header_and_cc(source, &opt).unwrap(); in test_extern_c_function() localVariable
31 let generated = generate_header_and_cc(source, &opt).unwrap(); in test_impl_annotation() localVariable
/third_party/rust/crates/cxx/book/src/
Dtutorial.md447 ### Rust generated code
463 ### C++ generated code
/third_party/rust/crates/syn/tests/
Dtest_generics.rs106 let generated = quote! { in test_split_for_impl() localVariable
119 let generated = quote! { in test_split_for_impl() localVariable
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dmain.c10 static FILE *generated; variable
/third_party/openssl/test/
Drdrand_sanitytest.c32 size_t generated = 0; in sanity_check_bytes() local
/third_party/weex-loader/src/
Dutil.js152 for (const { original, generated } of iterator) { field
156 generated field
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state.c242 uint64_t generated; in update_state() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.h105 struct zink_shader *generated; // a generated shader that this shader "owns" member
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs454 … private static IEnumerable<Extension> GetAllGeneratedExtensions(GeneratedClrTypeInfo generated) in GetAllGeneratedExtensions()
/third_party/rust/crates/cxx/gen/build/src/
Dlib.rs405 let generated = gen::generate_from_path(rust_source_file, &opt); in generate_bridge() localVariable
/third_party/node/deps/v8/src/torque/
Dtype-oracle.h24 std::string generated, const Type* non_constexpr_version, in GetAbstractType()
/third_party/protobuf/src/google/protobuf/util/
Djson_util_test.cc345 TestMessage generated; in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c271 uint64_t emitted, generated; member
/third_party/vk-gl-cts/external/vulkan-docs/src/
DMakefile759 generated: $(PYAPIMAP) $(GENDEPENDS) target
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc3577 std::set<const FileDescriptor*> generated; in GenerateFilesInDepOrder() local
3787 bool generated = false; in GenerateAll() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c493 LLVMValueRef generated = in build_streamout() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc935 const Descriptor* generated = protobuf_unittest::TestJsonName::descriptor(); in TEST_F() local
/third_party/node/tools/lint-md/
Dlint-md.mjs13250 function generated(node) { function