Searched refs:RecordConfig (Results 1 – 2 of 2) sorted by relevance
48 struct RecordConfig { struct93 std::unordered_map<int32_t /* VehicleProperty */, RecordConfig> mConfigs;
41 mConfigs.insert({ config.prop, RecordConfig { config, tokenFunc } }); in registerProperty()