Searched refs:type_arg (Results 1 – 2 of 2) sorted by relevance
318 for (auto& type_arg : aidl_type.GetTypeParameters()) { in CanonicalizeContainerType()319 if (type_arg->IsGeneric()) { in CanonicalizeContainerType()324 std::string type_name = type_arg->ToString(); in CanonicalizeContainerType()
562 const std::string& type_arg, in ShellServiceString() argument573 if (!type_arg.empty()) { in ShellServiceString()574 args.push_back(type_arg); in ShellServiceString()592 static int RemoteShell(bool use_shell_protocol, const std::string& type_arg, char escape_char, in RemoteShell() argument604 bool raw_stdin = (type_arg == kShellServiceArgPty || (type_arg.empty() && empty_command)); in RemoteShell()