HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 526 - 550 of 46739) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
DependencyOutputOptions.h 13 #include <string>
38 std::string OutputFile;
44 std::string HeaderIncludeOutputFile;
48 std::vector<std::string> Targets;
51 std::vector<std::string> ExtraDeps;
54 std::string ShowIncludesPretendHeader;
57 std::string DOTOutputFile;
60 std::string ModuleDependencyOutputDir;
  /prebuilts/go/darwin-x86/test/fixedbugs/issue16133.dir/
a1.go 3 type X string
a2.go 3 type X string
  /prebuilts/go/linux-x86/test/fixedbugs/issue16133.dir/
a1.go 3 type X string
a2.go 3 type X string
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_common.i 12 #include <string>
14 std::string swig_scm_to_string(Scheme_Object* x) {
15 return std::string(SCHEME_STR_VAL(x));
17 Scheme_Object* swig_make_string(const std::string& s) {
std_string.i 4 * SWIG typemaps for std::string types
8 // std::string is typemapped by value
9 // This can prevent exporting methods which return a string
17 #include <string>
22 %naturalvar string;
24 class string;
28 %typemap(typecheck) string = char *;
29 %typemap(typecheck) const string & = char *;
31 %typemap(in) string {
35 SWIG_exception(SWIG_TypeError, "string expected")
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_common.i 12 #include <string>
13 CAML_VALUE SwigString_FromString(const std::string& s) {
16 std::string SwigString_AsString(CAML_VALUE o) {
17 return std::string((char *)caml_ptr_val(o,0));
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 24 logic_error(const string& msg);
29 domain_error(const string& msg);
34 invalid_argument(const string& msg);
39 length_error(const string& msg);
44 out_of_range(const string& msg);
49 runtime_error(const string& msg);
54 range_error(const string& msg);
59 overflow_error(const string& msg);
64 underflow_error(const string& msg);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
test3.pass.cpp 28 std::string phone_book("555-1234, 555-2345, 555-3456");
29 std::string r = std::regex_replace(phone_book, phone_numbers,
30 std::string("123-$&"));
35 std::string phone_book("555-1234, 555-2345, 555-3456");
36 std::string r = std::regex_replace(phone_book, phone_numbers,
37 std::string("123-$&"),
43 std::string phone_book("555-1234, 555-2345, 555-3456");
44 std::string r = std::regex_replace(phone_book, phone_numbers,
45 std::string("123-&"),
51 std::string phone_book("555-1234, 555-2345, 555-3456")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
string_view.fail.cpp 10 // <string>
14 #include <string>
17 void foo ( const string &s ) {}
22 foo(sv); // requires implicit conversion from string_view to string
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
version_profile.h 18 #include <string>
51 // Given a string version_profile containing both version and profile, decodes
56 bool ParseVersionProfile(const std::string& version_profile, int* version,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
message.h 18 #include <string>
24 // A helper function to compose and return a string from the message in the
27 std::string StringifyMessage(spv_message_level_t level, const char* source,
  /system/core/debuggerd/libdebuggerd/include/libdebuggerd/
elf_utils.h 21 #include <string>
27 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string*);
  /system/core/init/
stable_properties.h 21 #include <string>
31 static const std::set<std::string> kExportedActionableProperties = {
  /system/libvintf/include/vintf/
KernelConfigParser.h 23 #include <string>
37 std::map<std::string, std::string>& configs();
38 const std::map<std::string, std::string>& configs() const;
42 std::map<std::string, std::string> mConfigs;
44 std::string mRemaining;

Completed in 1075 milliseconds

<<21222324252627282930>>