OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_mutable_struct_array
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/tests/
struct_traits_unittest.cc
253
input.
get_mutable_struct_array
().resize(2);
254
input.
get_mutable_struct_array
()[0].value = 1;
255
input.
get_mutable_struct_array
()[1].value = 2;
347
input.
get_mutable_struct_array
().resize(2);
348
input.
get_mutable_struct_array
()[0].value = 1;
349
input.
get_mutable_struct_array
()[1].value = 2;
struct_with_traits_impl.h
70
std::vector<NestedStructWithTraitsImpl>&
get_mutable_struct_array
() {
function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
struct_with_traits_impl_traits.cc
109
if (!data.ReadFStructArray(&out->
get_mutable_struct_array
()))
Completed in 643 milliseconds