Searched refs:FieldKey (Results 1 – 1 of 1) sorted by relevance
59 FieldKey key = { class_descriptor, type, name }; in AddField()264 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx()285 struct FieldKey { struct291 bool operator()(const FieldKey& lhs, const FieldKey& rhs) const { in operator() argument392 std::map<FieldKey, uint32_t, FieldKeyComparator> fields_;