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

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.cc 10 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl() {}
11 NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value)
struct_with_traits_impl.h 20 struct NestedStructWithTraitsImpl {
22 NestedStructWithTraitsImpl();
23 explicit NestedStructWithTraitsImpl(int32_t in_value);
25 bool operator==(const NestedStructWithTraitsImpl& other) const {
64 const NestedStructWithTraitsImpl& get_struct() const { return struct_; }
65 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; }
67 const std::vector<NestedStructWithTraitsImpl>& get_struct_array() const {
70 std::vector<NestedStructWithTraitsImpl>& get_mutable_struct_array() {
74 const std::map<std::string, NestedStructWithTraitsImpl>& get_struct_map()
78 std::map<std::string, NestedStructWithTraitsImpl>& get_mutable_struct_map()
    [all...]
struct_with_traits_impl_traits.cc 18 test::NestedStructWithTraitsImpl>::
19 SetUpContext(const test::NestedStructWithTraitsImpl& input) {
27 test::NestedStructWithTraitsImpl>::
28 TearDownContext(const test::NestedStructWithTraitsImpl& input,
37 test::NestedStructWithTraitsImpl>::
38 value(const test::NestedStructWithTraitsImpl& input, void* context) {
46 test::NestedStructWithTraitsImpl>::
48 test::NestedStructWithTraitsImpl* output) {
struct_with_traits_impl_traits.h 22 test::NestedStructWithTraitsImpl> {
23 static void* SetUpContext(const test::NestedStructWithTraitsImpl& input);
24 static void TearDownContext(const test::NestedStructWithTraitsImpl& input,
27 static int32_t value(const test::NestedStructWithTraitsImpl& input,
31 test::NestedStructWithTraitsImpl* output);
79 static const test::NestedStructWithTraitsImpl& f_struct(
84 static const std::vector<test::NestedStructWithTraitsImpl>& f_struct_array(
89 static const std::map<std::string, test::NestedStructWithTraitsImpl>&
struct_traits_unittest.cc 256 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
257 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);
350 input.get_mutable_struct_map()["hello"] = NestedStructWithTraitsImpl(1024);
351 input.get_mutable_struct_map()["world"] = NestedStructWithTraitsImpl(2048);

Completed in 1356 milliseconds