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