Lines Matching refs:ObjectPath
181 ObjectPath value; in ToStringInternal()
276 bool Message::SetPath(const ObjectPath& path) { in SetPath()
309 ObjectPath Message::GetPath() { in GetPath()
311 return ObjectPath(path ? path : ""); in GetPath()
516 void MessageWriter::AppendObjectPath(const ObjectPath& value) { in AppendObjectPath()
614 const std::vector<ObjectPath>& object_paths) { in AppendArrayOfObjectPaths()
679 void MessageWriter::AppendVariantOfObjectPath(const ObjectPath& value) { in AppendVariantOfObjectPath()
785 bool MessageReader::PopObjectPath(ObjectPath* value) { in PopObjectPath()
789 *value = ObjectPath(tmp_value); in PopObjectPath()
845 std::vector<ObjectPath> *object_paths) { in PopArrayOfObjectPaths()
851 ObjectPath object_path; in PopArrayOfObjectPaths()
924 bool MessageReader::PopVariantOfObjectPath(ObjectPath* value) { in PopVariantOfObjectPath()
928 *value = ObjectPath(tmp_value); in PopVariantOfObjectPath()