Searched defs:Case (Results 1 – 4 of 4) sorted by relevance
283 ##### Find the formatting patch289 ##### Revert the formatting patch295 ##### Check for conflicts with your patch313 ##### Apply your patch317 ##### Reformat the code321 ##### Commit the code that your patch touched327 ##### Clean up any other files331 ##### Review your new patch
28 enum Case { enum
277 struct Case : public AstNode { struct281 Case() = default; argument
320 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case