Searched refs:GetName (Results 1 – 8 of 8) sorted by relevance
79 if (struct_decl->GetName() == name) { in LookupStruct()88 if (table_decl->GetName() == name) { in LookupTable()97 if (union_decl->GetName() == name) { in LookupUnion()106 if (interface_decl->GetName() == name) { in LookupInterface()
76 if (struct_decl->GetName() == name) { in LookupStruct()85 if (union_decl->GetName() == name) { in LookupUnion()94 if (interface_decl->GetName() == name) { in LookupInterface()
64 constexpr static const char* GetName() {83 LockClass<Class, LockType, Index, Flags>::GetName(),
44 static const char* GetName(LockClassId id) { return Get(id)->name_; } in GetName() function
331 std::string Decl::GetName() const { in GetName() function in fidl::flat::Decl2639 msg_stream << enum_decl->GetName(); in ValidateEnumMembers()2654 msg_stream << enum_decl->GetName(); in ValidateEnumMembers()
140 std::string GetName() const;
440 std::string GetName() const;
300 std::string Decl::GetName() const { in GetName() function in banjo::flat::Decl
Completed in 29 milliseconds