Searched defs:Pod (Results 1 – 4 of 4) sorted by relevance
30 struct Pod { struct45 Pod() {} in Pod() argument
614 struct Pod { in PodUpdateTest() struct615 int x; in PodUpdateTest()616 float y; in PodUpdateTest()617 char big[BIG ? 256 : 1]; in PodUpdateTest()619 string TypeName() const { return "POD"; } in PodUpdateTest()637 struct Pod { in TestEncodeDecodePod() struct638 int x; in TestEncodeDecodePod()639 float y; in TestEncodeDecodePod()640 char big[BIG ? 256 : 1]; in TestEncodeDecodePod()642 string TypeName() const { return "POD"; } in TestEncodeDecodePod()
30 struct Pod { struct31 int i;
67 static class Pod class in TestJsonFilter