Searched refs:PopObjectPath (Results 1 - 6 of 6) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Dexported_object_manager_unittest.cc64 ASSERT_TRUE(reader.PopObjectPath(&path));
86 ASSERT_TRUE(reader.PopObjectPath(&path));
177 ASSERT_TRUE(each_path.PopObjectPath(&path));
H A Ddata_serialization.cc139 reader->PopObjectPath(value);
/external/libchrome/dbus/
H A Dobject_manager.cc363 !dict_entry_reader.PopObjectPath(&object_path))
379 if (!reader.PopObjectPath(&object_path)) {
402 if (!reader.PopObjectPath(&object_path) ||
H A Dmessage.h395 bool PopObjectPath(ObjectPath* value);
H A Dvalues_util.cc164 if (reader->PopObjectPath(&value))
H A Dmessage.cc182 if (!reader->PopObjectPath(&value))
785 bool MessageReader::PopObjectPath(ObjectPath* value) { function in class:dbus::MessageReader
852 if (!array_reader.PopObjectPath(&object_path))

Completed in 195 milliseconds