/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5704.go | 13 mystring string 38 checkBytes([]byte(mystring("")), `[]byte(mystring(""))`) 40 checkBytes(mybytes(mystring("")), `mybytes(mystring(""))`) 43 checkRunes([]rune(mystring("")), `[]rune(mystring(""))`) 45 checkRunes(myrunes(mystring("")), `myrunes(mystring(""))`) 12 mystring string type
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5704.go | 13 mystring string 38 checkBytes([]byte(mystring("")), `[]byte(mystring(""))`) 40 checkBytes(mybytes(mystring("")), `mybytes(mystring(""))`) 43 checkRunes([]rune(mystring("")), `[]rune(mystring(""))`) 45 checkRunes(myrunes(mystring("")), `myrunes(mystring(""))`) 12 mystring string type
|
/external/lzma/CPP/7zip/Common/ |
FilePathAutoRename.h | 6 #include "../../Common/MyString.h"
|
/external/lzma/CPP/7zip/UI/Common/ |
Property.h | 6 #include "../../../Common/MyString.h"
|
SortUtils.h | 6 #include "../../../Common/MyString.h"
|
DefaultName.h | 6 #include "../../../Common/MyString.h"
|
TempFiles.h | 6 #include "../../../Common/MyString.h"
|
ArchiveName.h | 6 #include "../../../Common/MyString.h"
|
/external/lzma/CPP/Windows/ |
ErrorMsg.h | 6 #include "../Common/MyString.h"
|
ResourceString.h | 6 #include "../Common/MyString.h"
|
CommonDialog.h | 6 #include "../Common/MyString.h"
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample2.h | 41 class MyString { 44 const MyString& operator=(const MyString& rhs); 55 MyString() : c_string_(NULL) {} 57 // Constructs a MyString by cloning a 0-terminated C string. 58 explicit MyString(const char* a_c_string) : c_string_(NULL) { 63 MyString(const MyString& string) : c_string_(NULL) { 69 // D'tor. MyString is intended to be a final class, so the d'tor 71 ~MyString() { delete[] c_string_; [all...] |
sample2_unittest.cc | 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 50 const MyString s; 80 TEST(MyString, ConstructorFromCString) { 81 const MyString s(kHelloString); 88 TEST(MyString, CopyConstructor) { 89 const MyString s1(kHelloString); 90 const MyString s2 = s1; 95 TEST(MyString, Set) { 96 MyString s [all...] |
/external/protobuf/gtest/samples/ |
sample2.h | 41 class MyString { 44 const MyString& operator=(const MyString& rhs); 56 MyString() : c_string_(NULL) {} 58 // Constructs a MyString by cloning a 0-terminated C string. 59 explicit MyString(const char* a_c_string) : c_string_(NULL) { 64 MyString(const MyString& string) : c_string_(NULL) { 70 // D'tor. MyString is intended to be a final class, so the d'tor 72 ~MyString() { delete[] c_string_; [all...] |
sample2_unittest.cc | 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 50 const MyString s; 80 TEST(MyString, ConstructorFromCString) { 81 const MyString s(kHelloString); 88 TEST(MyString, CopyConstructor) { 89 const MyString s1(kHelloString); 90 const MyString s2 = s1; 95 TEST(MyString, Set) { 96 MyString s [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
sample2.h | 41 class MyString { 44 const MyString& operator=(const MyString& rhs); 55 MyString() : c_string_(NULL) {} 57 // Constructs a MyString by cloning a 0-terminated C string. 58 explicit MyString(const char* a_c_string) : c_string_(NULL) { 63 MyString(const MyString& string) : c_string_(NULL) { 69 // D'tor. MyString is intended to be a final class, so the d'tor 71 ~MyString() { delete[] c_string_; [all...] |
sample2_unittest.cc | 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 50 const MyString s; 80 TEST(MyString, ConstructorFromCString) { 81 const MyString s(kHelloString); 88 TEST(MyString, CopyConstructor) { 89 const MyString s1(kHelloString); 90 const MyString s2 = s1; 95 TEST(MyString, Set) { 96 MyString s [all...] |
/ndk/sources/third_party/googletest/googletest/samples/ |
sample2.h | 41 class MyString { 44 const MyString& operator=(const MyString& rhs); 55 MyString() : c_string_(NULL) {} 57 // Constructs a MyString by cloning a 0-terminated C string. 58 explicit MyString(const char* a_c_string) : c_string_(NULL) { 63 MyString(const MyString& string) : c_string_(NULL) { 69 // D'tor. MyString is intended to be a final class, so the d'tor 71 ~MyString() { delete[] c_string_; [all...] |
sample2_unittest.cc | 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 50 const MyString s; 80 TEST(MyString, ConstructorFromCString) { 81 const MyString s(kHelloString); 88 TEST(MyString, CopyConstructor) { 89 const MyString s1(kHelloString); 90 const MyString s2 = s1; 95 TEST(MyString, Set) { 96 MyString s [all...] |
/external/lzma/CPP/Common/ |
ListFileUtils.h | 6 #include "MyString.h"
|
UTFConvert.h | 6 #include "MyString.h"
|
Lang.h | 6 #include "MyString.h"
|
TextConfig.h | 6 #include "MyString.h"
|
/external/lzma/CPP/7zip/UI/Explorer/ |
MyMessages.h | 6 #include "../../../Common/MyString.h"
|
/external/lzma/CPP/7zip/UI/FileManager/ |
FormatUtils.h | 7 #include "../../../Common/MyString.h"
|