Home
last modified time | relevance | path

Searched defs:type_definition (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/
Dcode_generator.py510 def type_definition(self, name): member in Protocol
/third_party/node/tools/inspector_protocol/
Dcode_generator.py507 def type_definition(self, name): member in Protocol
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13659 const std::string& type_definition = getTypeDefinition(); in prepareShaderSource() local
14441 std::string type_definition; in getTypeDefinition() local
14946 const std::string& type_definition = getTypeDefinition(); in prepareShaderSource() local
15231 std::string type_definition; in getTypeDefinition() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2786 let type_definition = quote! { in new() localVariable