Home
last modified time | relevance | path

Searched refs:type_definition (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quote/
DREADME.md132 let type_definition = quote! {...};
136 #type_definition
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13696 const std::string& type_definition = getTypeDefinition(); in prepareShaderSource() local
13730 …Utils::replaceToken("TYPE_DEFINITION", position, type_definition.c_str(), out_source.m_parts[0].m_… in prepareShaderSource()
14484 std::string type_definition; in getTypeDefinition() local
14499 type_definition = ""; in getTypeDefinition()
14504 type_definition = basic_struct; in getTypeDefinition()
14510 type_definition = basic_struct; in getTypeDefinition()
14511 type_definition.append(struct_with_struct); in getTypeDefinition()
14515 type_definition = basic_struct; in getTypeDefinition()
14516 type_definition.append(struct_with_struct_array); in getTypeDefinition()
14520 type_definition = struct_with_array; in getTypeDefinition()
[all …]
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2608 let type_definition = quote! { in new() localVariable
2616 module_items: vec![type_definition], in new()