HomeSort by relevance Sort by last modified time
    Searched defs:IgnoreTest (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 254 type IgnoreTest struct {
929 ExpectXML: `<IgnoreTest></IgnoreTest>`,
930 Value: &IgnoreTest{},
933 ExpectXML: `<IgnoreTest></IgnoreTest>`,
934 Value: &IgnoreTest{PublicSecret: "can't tell"},
938 ExpectXML: `<IgnoreTest><PublicSecret>ignore me</PublicSecret></IgnoreTest>`,
939 Value: &IgnoreTest{},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 254 type IgnoreTest struct {
929 ExpectXML: `<IgnoreTest></IgnoreTest>`,
930 Value: &IgnoreTest{},
933 ExpectXML: `<IgnoreTest></IgnoreTest>`,
934 Value: &IgnoreTest{PublicSecret: "can't tell"},
938 ExpectXML: `<IgnoreTest><PublicSecret>ignore me</PublicSecret></IgnoreTest>`,
939 Value: &IgnoreTest{},
    [all...]

Completed in 137 milliseconds