OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatCompilerIndependentFileLocation
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gtest/test/
gtest-port_test.cc
232
// Verifies behavior of
FormatCompilerIndependentFileLocation
.
234
EXPECT_EQ("foo.cc:42",
FormatCompilerIndependentFileLocation
("foo.cc", 42));
239
FormatCompilerIndependentFileLocation
(NULL, 42));
243
EXPECT_EQ("foo.cc",
FormatCompilerIndependentFileLocation
("foo.cc", -1));
247
EXPECT_EQ("unknown file",
FormatCompilerIndependentFileLocation
(NULL, -1));
[
all
...]
/external/chromium/testing/gtest/src/
gtest-port.cc
447
// Note that
FormatCompilerIndependentFileLocation
() does NOT append colon
449
GTEST_API_ ::std::string
FormatCompilerIndependentFileLocation
(
gtest.cc
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h
873
GTEST_API_ ::std::string
FormatCompilerIndependentFileLocation
(const char* file,
[
all
...]
Completed in 157 milliseconds