OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTestTypeId
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
436
GTEST_API_ TypeId
GetTestTypeId
();
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
638
// from user test code.
GetTestTypeId
() is guaranteed to always
641
TypeId
GetTestTypeId
() {
645
// The value of
GetTestTypeId
() as seen from within the Google Test
646
// library. This is solely for testing
GetTestTypeId
().
647
extern const TypeId kTestTypeIdInGoogleTest =
GetTestTypeId
();
2316
const bool first_is_TEST = first_fixture_id == internal::
GetTestTypeId
();
2318
const bool this_is_TEST = this_fixture_id == internal::
GetTestTypeId
();
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
2322
// Note that we call
GetTestTypeId
() instead of GetTypeId<
2328
// code.
GetTestTypeId
() is guaranteed to always return the same
2333
::testing::internal::
GetTestTypeId
())
Completed in 64 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026