Searched defs:apex_manifest (Results 1 – 2 of 2) sorted by relevance
25 auto apex_manifest = ParseManifest( in TEST() local33 auto apex_manifest = ParseManifest("{\"version\": 1}\n"); in TEST() local41 auto apex_manifest = in TEST() local51 auto apex_manifest = ParseManifest( in TEST() local62 auto apex_manifest = ParseManifest( in TEST() local69 auto apex_manifest = ParseManifest( in TEST() local77 auto apex_manifest = ParseManifest( in TEST() local84 auto apex_manifest = ParseManifest( in TEST() local93 auto apex_manifest = ParseManifest("This is an invalid pony"); in TEST() local
36 std::string GetTypeUrl(const ApexManifest& apex_manifest) { in GetTypeUrl()47 ApexManifest& apex_manifest) { in JsonToApexManifestMessage()69 ApexManifest apex_manifest; in ParseManifest() local