Home
last modified time | relevance | path

Searched refs:string_data_view (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Ddata_view_unittest.cc68 StringDataView string_data_view; in TEST_F() local
69 data_view.GetFStringDataView(&string_data_view); in TEST_F()
71 ASSERT_FALSE(string_data_view.is_null()); in TEST_F()
73 std::string(string_data_view.storage(), string_data_view.size())); in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/
DBUILD.gn80 "string_data_view.h",
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule-shared.h.tmpl53 #include "mojo/public/cpp/bindings/string_data_view.h"