Searched refs:Case (Results 1 – 12 of 12) 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);
273 struct Case : public AstNode { struct277 Case() = default; argument278 explicit Case(const std::string& c);279 virtual ~Case() = default;285 std::vector<std::shared_ptr<Case>> cases;
200 auto default_case = std::make_shared<Case>(); in finish()216 auto code_switch_default_case = std::make_shared<Case>(); in finish()534 auto c = std::make_shared<Case>(transactCodeName); in generate_stub_case()567 auto c = std::make_shared<Case>(transactCodeName); in generate_stub_case_outline()760 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()798 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()808 auto c = std::make_shared<Case>(transactCodeName); in generate_methods()894 auto c = std::make_shared<Case>("INTERFACE_TRANSACTION"); in generate_interface_descriptors()
295 Case::Case(const string& c) { cases.push_back(c); } in Case() function in android::aidl::java::Case297 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
180 std::string StringHelper::ToCase(StringHelper::Case c, const std::string &in) { in ToCase()
239 These information can be found at the Test Case Reference List (TCRL) document
279 #### Option 1: The Best Case