Home
last modified time | relevance | path

Searched refs:persistent_values (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_realm.cc110 info.persistent_values.push_back({#PropertyName, id, index}); \ in Serialize()
130 const std::vector<PropInfo>& values = info->persistent_values; in DeserializeProperties()
H A Dnode_realm.h17 std::vector<PropInfo> persistent_values; member
H A Dnode_snapshotable.cc108 << "// -- persistent_values begins --\n" in operator <<()
109 << i.persistent_values << ",\n" in operator <<()
110 << "// -- persistent_values ends --\n" in operator <<()
715 result.persistent_values = ReadVector<PropInfo>(); in Read()
730 written_total += WriteVector<PropInfo>(data.persistent_values); in Write()

Completed in 4 milliseconds