OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestString2
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/win/
scoped_bstr_unittest.cc
14
static const wchar_t
kTestString2
[] = L"456789";
16
size_t test2_len = arraysize(
kTestString2
) - 1;
60
b2.SetByteLen(lstrlen(b2) * sizeof(
kTestString2
[0]));
63
EXPECT_TRUE(b1.Allocate(
kTestString2
) != NULL);
65
b1.SetByteLen((test2_len - 1) * sizeof(
kTestString2
[0]));
scoped_variant_unittest.cc
14
static const wchar_t
kTestString2
[] = L"Also used to create BSTRs";
82
var_bstr.Set(
kTestString2
);
88
EXPECT_EQ(0, lstrcmp(V_BSTR(&tmp),
kTestString2
));
92
EXPECT_EQ(0, lstrcmpW(V_BSTR(&var),
kTestString2
));
97
EXPECT_EQ(0, lstrcmpW(V_BSTR(&var_bstr),
kTestString2
));
/external/chromium_org/base/win/
scoped_bstr_unittest.cc
14
static const wchar_t
kTestString2
[] = L"456789";
16
size_t test2_len = arraysize(
kTestString2
) - 1;
60
b2.SetByteLen(lstrlen(b2) * sizeof(
kTestString2
[0]));
63
EXPECT_TRUE(b1.Allocate(
kTestString2
) != NULL);
65
b1.SetByteLen((test2_len - 1) * sizeof(
kTestString2
[0]));
scoped_variant_unittest.cc
14
static const wchar_t
kTestString2
[] = L"Also used to create BSTRs";
82
var_bstr.Set(
kTestString2
);
88
EXPECT_EQ(0, lstrcmp(V_BSTR(&tmp),
kTestString2
));
92
EXPECT_EQ(0, lstrcmpW(V_BSTR(&var),
kTestString2
));
97
EXPECT_EQ(0, lstrcmpW(V_BSTR(&var_bstr),
kTestString2
));
/external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc
44
static const std::string
kTestString2
= "different string";
69
EXPECT_TRUE(store.SetStringValue(kTestOptionB,
kTestString2
));
75
EXPECT_EQ(
kTestString2
, out2);
166
EXPECT_TRUE(store.SetStringValue(kEmptyString,
kTestString2
));
170
EXPECT_EQ(
kTestString2
, out);
Completed in 581 milliseconds