Searched refs:FieldKey (Results 1 – 1 of 1) sorted by relevance
56 FieldKey key = { class_descriptor, type, name }; in AddField()251 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx()272 struct FieldKey { struct278 bool operator()(const FieldKey& lhs, const FieldKey& rhs) const { in operator() argument379 std::map<FieldKey, uint32_t, FieldKeyComparator> fields_;