Searched refs:NestedStructWithTraitsImpl (Results 1 – 6 of 6) sorted by relevance
21 struct NestedStructWithTraitsImpl { struct23 NestedStructWithTraitsImpl();24 explicit NestedStructWithTraitsImpl(int32_t in_value);26 bool operator==(const NestedStructWithTraitsImpl& other) const {70 const NestedStructWithTraitsImpl& get_struct() const { return struct_; } in get_struct()71 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; } in get_mutable_struct()73 const std::vector<NestedStructWithTraitsImpl>& get_struct_array() const { in get_struct_array()76 std::vector<NestedStructWithTraitsImpl>& get_mutable_struct_array() { in get_mutable_struct_array()80 const std::map<std::string, NestedStructWithTraitsImpl>& get_struct_map() in get_struct_map()84 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map() { in get_mutable_struct_map()[all …]
10 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl() = default;11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value) in NestedStructWithTraitsImpl() function in mojo::test::NestedStructWithTraitsImpl
22 test::NestedStructWithTraitsImpl> {23 static int32_t value(const test::NestedStructWithTraitsImpl& input);26 test::NestedStructWithTraitsImpl* output);80 static const test::NestedStructWithTraitsImpl& f_struct(85 static const std::vector<test::NestedStructWithTraitsImpl>& f_struct_array(90 static const std::map<std::string, test::NestedStructWithTraitsImpl>&181 static const test::NestedStructWithTraitsImpl& f_struct(
11 test::NestedStructWithTraitsImpl>::12 value(const test::NestedStructWithTraitsImpl& input) { in value()18 test::NestedStructWithTraitsImpl>::20 test::NestedStructWithTraitsImpl* output) { in Read()
325 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()326 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()460 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024); in TEST_F()461 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048); in TEST_F()
22 "mojo.test.NestedStructWithTraits=mojo::test::NestedStructWithTraitsImpl",