Home
last modified time | relevance | path

Searched refs:name_to_id_ (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.h63 return name_to_id_.find(name) != name_to_id_.end(); in IsRegistered()
98 /// In the internal table `name_to_id_`, it is mapped to the invalid
149 std::unordered_map<std::string, uint32_t> name_to_id_; member in tint::reader::spirv::Namer
H A Dnamer.cc64 name_to_id_[std::string(reserved)] = 0; in Namer()
139 name_to_id_[name] = id; in Register()
147 name_to_id_[name] = 0; in RegisterWithoutId()

Completed in 1 milliseconds