Home
last modified time | relevance | path

Searched refs:GetObjects (Results 1 – 13 of 13) sorted by relevance

/external/libchrome/dbus/
Dobject_manager_unittest.cc271 TEST_F(ObjectManagerTest, GetObjects) { in TEST_F() argument
272 std::vector<ObjectPath> object_paths = object_manager_->GetObjects(); in TEST_F()
324 std::vector<ObjectPath> object_paths = object_manager_->GetObjects(); in TEST_F()
344 std::vector<ObjectPath> object_paths = object_manager_->GetObjects(); in TEST_F()
359 object_paths = object_manager_->GetObjects(); in TEST_F()
373 std::vector<ObjectPath> object_paths = object_manager_->GetObjects(); in TEST_F()
382 std::vector<ObjectPath> object_paths = object_manager_->GetObjects(); in TEST_F()
Dmock_object_manager.h28 MOCK_METHOD0(GetObjects, std::vector<ObjectPath>());
Dobject_manager.h205 virtual std::vector<ObjectPath> GetObjects();
Dobject_manager.cc88 std::vector<ObjectPath> ObjectManager::GetObjects() { in GetObjects() function in dbus::ObjectManager
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectList.h51 const std::vector<lldb::ValueObjectSP> &GetObjects() const { in GetObjects() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Drename.cc122 std::vector<std::pair<std::string, Object>> GetObjects() const { in GetObjects() function in tflite::gpu::gl::__anona6047fc90111::ObjectRewriter
197 code->objects = object_rewriter.GetObjects(); in Rename()
Dobject_accessor.h80 std::vector<Object> GetObjects() const;
Dshader_codegen.cc177 object_accessor.GetObjects(), attr.code.workload, in Build()
Dobject_accessor.cc602 std::vector<Object> ObjectAccessor::GetObjects() const { in GetObjects() function in tflite::gpu::gl::ObjectAccessor
/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp41 for (const auto &o : args->GetObjects()) { in RecognizeFrame()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp698 for (auto &rec_value_sp : recognized_arg_list->GetObjects()) { in DoExecute()
/external/llvm-project/lldb/source/API/
DSBFrame.cpp892 for (auto &rec_value_sp : recognized_arg_list->GetObjects()) { in GetVariables()
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2242 for (auto &valobj_sp : valobj_list.GetObjects()) in SetValues()