Home
last modified time | relevance | path

Searched refs:CustomString (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/type_completion/
H A Dmain.cpp13 class CustomString class
16 CustomString (const char* buffer) : in CustomString() function in CustomString
27 ~CustomString () in ~CustomString()
45 CustomString& GetName() { return *m_name; } in GetName()
46 CustomString& GetAddress() { return *m_address; } in GetAddress()
47 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
55 CustomString* m_name;
56 CustomString* m_address;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString
8 CustomString (const char* buffer) :
19 ~CustomString ()
37 CustomString& GetName() { return *m_name; }
38 CustomString& GetAddress() { return *m_address; }
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in cleanup()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/type_completion/
H A Dmain.cpp5 class CustomString class
8 CustomString (const char* buffer) : in CustomString() function in CustomString
19 ~CustomString () in ~CustomString()
37 CustomString& GetName() { return *m_name; } in GetName()
38 CustomString& GetAddress() { return *m_address; } in GetAddress()
39 …AndAddress(const char* N, const char* A) : m_name(new CustomString(N)), m_address(new CustomString in NameAndAddress()
47 CustomString* m_name;
48 CustomString* m_address;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.dg/
H A Dpr96156b.d3 struct CustomString struct
10 CustomString find(CustomString a, CustomString b) in find() argument
12 return CustomString.init; in find()
15 auto r = find(CustomString("a"), CustomString("b"));
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/testdata/simple2/web/
H A Dhandler.go56 CustomString CustomString member
57 CustomStringArr []CustomString
63 type CustomString string type
/dports/lang/nim/nim-1.6.2/tests/collections/
H A Dtcollections_to_string.nim107 type CustomString = object
109 proc addQuoted(s: var string, x: CustomString) =
110 s.add("<CustomString>")
113 let s = @[CustomString()]
114 doAssert $s == "@[<CustomString>]"
H A Dtcollections.nim98 type CustomString = object
100 proc addQuoted(s: var string, x: CustomString) =
101 s.add("<CustomString>")
104 let s = @[CustomString()]
105 doAssert $s == "@[<CustomString>]"
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/hashicorp/go-bexpr/
H A Dcommon_test.go49 CustomString string type
66 String CustomString
67 unexported CustomString
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc22 struct CustomString struct
32 CustomString cs; in main() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc22 struct CustomString struct
32 CustomString cs; in main() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString
33 CustomString cs; in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc22 struct CustomString struct
32 CustomString cs; in main() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string/
H A Dlwg2758.cc23 struct CustomString struct
33 CustomString cs; in main() argument

123456789