Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/writer/
Dappend_vector.cc31 struct VectorConstructorInfo { struct
32 const sem::Call* call = nullptr;
33 const sem::TypeConstructor* ctor = nullptr;
34 operator bool() const { return call != nullptr; } in operator bool()