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

  /external/clang/test/SemaCXX/
typo-correction.cpp 64 // correction for "fielda" as it is closer than "FieldA", but that correction
70 double FieldA; // expected-note{{'FieldA' declared here}}
72 st var = { .fielda = 0.0 }; // expected-error{{field designator 'fielda' does not refer to any field in type 'st'; did you mean 'FieldA'?}}
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 141 FieldA string
150 FieldA1 string `xml:"FieldA>A1"`
151 FieldA2 string `xml:"FieldA>A2"`
713 FieldA: "A.A",
720 `<FieldA>` +
723 `</FieldA>` +
726 `<FieldA>A.A</FieldA>` +
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 141 FieldA string
150 FieldA1 string `xml:"FieldA>A1"`
151 FieldA2 string `xml:"FieldA>A2"`
713 FieldA: "A.A",
720 `<FieldA>` +
723 `</FieldA>` +
726 `<FieldA>A.A</FieldA>` +
    [all...]

Completed in 3245 milliseconds