OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestProperty
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
debuginfo.c
25
LLVMMetadataRef
TestProperty
=
27
LLVMDIBuilderCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl,
TestProperty
);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h
524
// Don't inherit from
TestProperty
as its destructor is not virtual.
525
class
TestProperty
{
527
// C'tor.
TestProperty
does NOT have a default constructor.
529
//
TestProperty
object.
530
TestProperty
(const std::string& a_key, const std::string& a_value) :
606
const
TestProperty
& GetTestProperty(int i) const;
625
const std::vector<
TestProperty
>& test_properties() const {
642
const
TestProperty
& test_property);
648
const
TestProperty
& test_property);
672
std::vector<
TestProperty
> test_properties_
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h
345
// A predicate that checks the key of a
TestProperty
against a known key.
356
bool operator()(const
TestProperty
& test_property) const {
736
// Adds a
TestProperty
to the current TestResult object when invoked in a
740
void RecordProperty(const
TestProperty
& test_property);
1039
const
TestProperty
& property) {
gtest.cc
2047
const
TestProperty
& TestResult::GetTestProperty(int i) const {
2067
const
TestProperty
& test_property) {
2072
const std::vector<
TestProperty
>::iterator property_with_matching_key =
2177
const
TestProperty
& test_property) {
3951
const
TestProperty
& property = result.GetTestProperty(i);
3969
const
TestProperty
& property = result.GetTestProperty(i);
4346
const
TestProperty
& property = result.GetTestProperty(i);
4833
// Adds a
TestProperty
to the current TestResult object when invoked from
4840
impl_->RecordProperty(
TestProperty
(key, value));
5038
// Adds a
TestProperty
to the current TestResult object when invoked in
[
all
...]
Completed in 32 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026