Home | History | Annotate | Download | only in Basic

Lines Matching defs:Contents

353   std::vector<std::string> Contents;
356 Contents.push_back(I->getName());
359 // Check contents, which may be in any order
360 EXPECT_EQ(4U, Contents.size());
362 for (const std::string &Name : Contents) {
380 // Do not rely on iteration order to check for contents, sort both
712 " 'contents': [ {\n"
715 " 'external-contents': '//root/foo/bar/a'\n"
720 " 'external-contents': '//root/foo/b'\n"
773 " 'contents': [ {\n"
776 " 'external-contents': '//root/foo/bar/a'\n"
809 " 'contents': [ {\n"
812 " 'external-contents': '//root/foo/bar/a'\n"
842 "{ 'roots':[ { 'name': 'foo', 'type': 'directory', 'contents': [}",
860 "{ 'roots':[ { 'type': 'other', 'name': 'me', 'contents': '' }", Lower);
863 "'external-contents': 'other' }",
867 "{ 'roots':[ { 'type': 'file', 'name': 'me', 'external-contents': [] }",
871 "{ 'roots':[ { 'type': 'file', 'name': 'me', 'external-contents': {} }",
875 "{ 'roots':[ { 'type': 'directory', 'name': 'me', 'contents': {} }",
879 "{ 'roots':[ { 'type': 'directory', 'name': 'me', 'contents': '' }",
883 "{ 'roots':[ { 'thingy': 'directory', 'name': 'me', 'contents': [] }",
891 "{ 'roots':[ { 'type': 'file', 'external-contents': 'other' }", Lower);
893 FS = getFromYAMLString("{ 'roots':[ { 'name': 'me', 'contents': [] }", Lower);
905 "'external-contents':'blah' } ] }",
930 " 'external-contents': '//root/external/file'\n"
934 " 'external-contents': '//root/external/file'\n"
938 " 'external-contents': '//root/external/file'\n"
954 " 'external-contents': '//root/external/file'\n"
958 " 'external-contents': '//root/external/file'\n"
962 " 'external-contents': '//root/external/file'\n"
982 " 'external-contents': '//root/other' }]\n"
994 " 'contents': [ { 'type': 'file', 'name': 'file',\n"
995 " 'external-contents': '//root/other' }]}]\n"
1007 " 'contents': [ { 'type': 'file', 'name': 'path/to/file',\n"
1008 " 'external-contents': '//root/other' }]}]\n"
1025 " 'contents': [ { 'type': 'file', 'name': 'file',\n"
1026 " 'external-contents': '//root/other' }]}]\n"
1049 " 'contents': [ {\n"
1052 " 'external-contents': '//root/foo/bar/a'\n"
1057 " 'external-contents': '//root/foo/bar/b'\n"
1094 " 'contents': [ {\n"
1097 " 'external-contents': '//root/zab/a'\n"
1104 " 'contents': [ {\n"
1107 " 'external-contents': '//root/zab/b'\n"
1139 " 'contents': [ {\n"
1142 " 'external-contents': '//root/a/b/c/file'\n"