Searched refs:Case (Results 1 – 10 of 10) sorted by relevance
92 std::string toString(StringHelper::Case atomCase) override { in toString()120 std::string toString(StringHelper::Case atomCase) override { in toString()144 std::string toString(StringHelper::Case atomCase) override { in toString()167 std::string toString(StringHelper::Case atomCase) override { in toString()192 std::string toString(StringHelper::Case atomCase) override { in toString()215 std::string toString(StringHelper::Case atomCase) override { in toString()242 std::string toString(StringHelper::Case atomCase) override { in toString()
82 virtual std::string toString(StringHelper::Case atomCase = StringHelper::kNoCase) = 0;
28 enum Case { enum54 static std::string ToCase(Case c, const std::string &in);
277 struct Case : public AstNode { struct281 Case() = default; argument282 explicit Case(const std::string& c);283 virtual ~Case() = default;289 std::vector<Case*> cases;
203 Case* default_case = new Case; in finish()218 Case* code_switch_default_case = new Case; in finish()546 Case* c = new Case(transactCodeName); in generate_stub_case()579 Case* c = new Case(transactCodeName); in generate_stub_case_outline()768 Case* c = new Case(transactCodeName); in generate_methods()799 Case* c = new Case(transactCodeName); in generate_methods()851 Case* c = new Case("INTERFACE_TRANSACTION"); in generate_interface_descriptors()
320 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case322 void Case::Write(CodeWriter* to) const { in Write()
10 # - Case where dex2oat is in a non-flattened APEX, which has retained13 # - Case where dex2oat is in a flattened APEX, which has been tagged
143 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
279 #### Option 1: The Best Case