OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regex_c_str
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gtest/test/
gtest-death-test_test.cc
450
static const char
regex_c_str
[] = "GlobalFunction";
local
451
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
453
const testing::internal::RE regex(
regex_c_str
);
458
const string regex_str(
regex_c_str
);
463
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
/external/gtest/test/
gtest-death-test_test.cc
450
static const char
regex_c_str
[] = "GlobalFunction";
local
451
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
453
const testing::internal::RE regex(
regex_c_str
);
458
const string regex_str(
regex_c_str
);
463
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
/external/protobuf/gtest/test/
gtest-death-test_test.cc
441
static const char
regex_c_str
[] = "GlobalFunction";
local
442
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
444
const testing::internal::RE regex(
regex_c_str
);
448
const string regex_str(
regex_c_str
);
453
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
Completed in 463 milliseconds