Home
last modified time | relevance | path

Searched refs:type_of (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y263 char type_of[256]; in gsl_type_of_var() local
265 sprintf(type_of, "__type_of_%s", name); in gsl_type_of_var()
266 hv = goom_hash_get(ns, type_of); in gsl_type_of_var()
275 char type_of[256]; in gsl_declare_var() local
297 sprintf(type_of, "__type_of_%s", name); in gsl_declare_var()
298 goom_hash_put_int(ns, type_of, type); in gsl_declare_var()
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp831 static const SkSL::Type& type_of(const skjson::Value* value, SkSL::Compiler* compiler) { in type_of() function
850 : INHERITED(name, type_of(value, compiler)) in JSONExternalValue()