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 - 5
of
5
) sorted by null
/external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc
507
static const char
regex_c_str
[] = "GlobalFunction";
local
508
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
510
const testing::internal::RE regex(
regex_c_str
);
515
const string regex_str(
regex_c_str
);
520
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
/external/gtest/test/
gtest-death-test_test.cc
505
static const char
regex_c_str
[] = "GlobalFunction";
local
506
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
508
const testing::internal::RE regex(
regex_c_str
);
513
const string regex_str(
regex_c_str
);
518
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
);
452
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc
505
static const char
regex_c_str
[] = "GlobalFunction";
local
506
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
508
const testing::internal::RE regex(
regex_c_str
);
513
const string regex_str(
regex_c_str
);
518
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc
506
static const char
regex_c_str
[] = "GlobalFunction";
local
507
EXPECT_DEATH(GlobalFunction(),
regex_c_str
);
local
509
const testing::internal::RE regex(
regex_c_str
);
514
const string regex_str(
regex_c_str
);
519
const ::std::string regex_std_str(
regex_c_str
);
[
all
...]
Completed in 403 milliseconds