HomeSort by: relevance | last modified time | path
    Searched defs:TestProperty (Results 1 - 2 of 2) 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...]

Completed in 16 milliseconds