Home
last modified time | relevance | path

Searched refs:PropInfo (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/
H A Dnode_realm.h17 std::vector<PropInfo> persistent_values;
18 std::vector<PropInfo> native_objects;
H A Dblob_serializer_deserializer-inl.h22 struct PropInfo;
41 const std::vector<PropInfo>& vec);
43 std::ostream& operator<<(std::ostream& output, const PropInfo& info);
71 V(PropInfo) \ in GetName()
H A Dnode_snapshotable.cc78 const std::vector<PropInfo>& vec) { in operator <<()
87 std::ostream& operator<<(std::ostream& output, const PropInfo& info) { in operator <<()
164 V(PropInfo) \ in GetName()
497 // Layout of PropInfo
500 // [ 4 bytes ] index in the PropInfo vector
504 PropInfo SnapshotDeserializer::Read() { in Read()
505 Debug("Read<PropInfo>()\n"); in Read()
507 PropInfo result; in Read()
514 Debug("Read<PropInfo>() %s\n", str.c_str()); in Read()
521 size_t SnapshotSerializer::Write(const PropInfo
[all...]
H A Dnode_realm.cc130 const std::vector<PropInfo>& values = info->persistent_values; in DeserializeProperties()
136 const PropInfo& d = values[i]; \ in DeserializeProperties()
H A Dnode_snapshotable.h19 struct PropInfo { struct
H A Dnode_internals.h412 const std::vector<PropInfo>& vec);
413 std::ostream& operator<<(std::ostream& output, const PropInfo& d);
H A Denv.cc372 const std::vector<PropInfo>& values = info->template_values; in DeserializeProperties()
379 const PropInfo& d = values[i]; \ in DeserializeProperties()
H A Denv.h116 std::vector<PropInfo> template_values;

Completed in 9 milliseconds