HomeSort by relevance Sort by last modified time
    Searched refs:NestedStructWithTraitsImpl (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.cc 10 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl() = default;
11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value)
struct_with_traits_impl.h 21 struct NestedStructWithTraitsImpl {
23 NestedStructWithTraitsImpl();
24 explicit NestedStructWithTraitsImpl(int32_t in_value);
26 bool operator==(const NestedStructWithTraitsImpl& other) const {
70 const NestedStructWithTraitsImpl& get_struct() const { return struct_; }
71 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; }
73 const std::vector<NestedStructWithTraitsImpl>& get_struct_array() const {
76 std::vector<NestedStructWithTraitsImpl>& get_mutable_struct_array() {
80 const std::map<std::string, NestedStructWithTraitsImpl>& get_struct_map()
84 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map()
    [all...]
struct_with_traits_impl_traits.cc 11 test::NestedStructWithTraitsImpl>::
12 value(const test::NestedStructWithTraitsImpl& input) {
18 test::NestedStructWithTraitsImpl>::
20 test::NestedStructWithTraitsImpl* output) {
struct_with_traits_impl_traits.h 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(
struct_traits_unittest.cc 325 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
326 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);
460 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
461 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);

Completed in 248 milliseconds