Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 653 for gtest (0.12 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    // confusion with normal linked_ptr.
    
    #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_
    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_LINKED_PTR_H_
    
    #include <stdlib.h>
    #include <assert.h>
    
    #include "gtest/internal/gtest-port.h"
    
    namespace testing {
    namespace internal {
    
    // Protects copying of all linked_ptr objects.
    GTEST_API_ GTEST_DECLARE_STATIC_MUTEX_(g_linked_ptr_mutex);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

    #define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
    
    #include <ostream>  // NOLINT
    #include <sstream>
    #include <string>
    #include <utility>
    #include <vector>
    #include "gtest/internal/gtest-port.h"
    #include "gtest/internal/gtest-internal.h"
    
    namespace testing {
    
    // Definitions in the 'internal' and 'internal2' name spaces are
    // subject to change without notice.  DO NOT USE THEM IN USER CODE!
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  3. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // To avoid conditional compilation everywhere, we make it
    // gtest-port.h's responsibility to #include the header implementing
    // tr1/tuple.
    #if GTEST_HAS_TR1_TUPLE
    
    # if GTEST_USE_OWN_TR1_TUPLE
    #  include "gtest/internal/gtest-tuple.h"
    # elif GTEST_ENV_HAS_STD_TUPLE_
    #  include <tuple>
    // C++11 puts its tuple into the ::std namespace rather than
    // ::std::tr1.  gtest expects tuple to live in ::std::tr1, so put it there.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-message.h

    // to CHANGE WITHOUT NOTICE.  Therefore DO NOT DEPEND ON IT in a user
    // program!
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
    #define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
    
    #include <limits>
    
    #include "gtest/internal/gtest-port.h"
    
    // Ensures that there is at least one operator<< in the global namespace.
    // See Message& operator<<(...) below for why.
    void operator<<(const testing::internal::Secret&, int);
    
    namespace testing {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-spi.h

    //
    // Utilities for testing Google Test itself and code that uses Google Test
    // (e.g. frameworks built on top of Google Test).
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_
    #define GTEST_INCLUDE_GTEST_GTEST_SPI_H_
    
    #include "gtest/gtest.h"
    
    namespace testing {
    
    // This helper class can be used to mock out Google Test failure reporting
    // so that we can test Google Test or code that builds on Google Test.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-spi.h

    //
    // Utilities for testing Google Test itself and code that uses Google Test
    // (e.g. frameworks built on top of Google Test).
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_SPI_H_
    #define GTEST_INCLUDE_GTEST_GTEST_SPI_H_
    
    #include "gtest/gtest.h"
    
    namespace testing {
    
    // This helper class can be used to mock out Google Test failure reporting
    // so that we can test Google Test or code that builds on Google Test.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-message.h

    // to CHANGE WITHOUT NOTICE.  Therefore DO NOT DEPEND ON IT in a user
    // program!
    
    #ifndef GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
    #define GTEST_INCLUDE_GTEST_GTEST_MESSAGE_H_
    
    #include <limits>
    
    #include "gtest/internal/gtest-port.h"
    
    // Ensures that there is at least one operator<< in the global namespace.
    // See Message& operator<<(...) below for why.
    void operator<<(const testing::internal::Secret&, int);
    
    namespace testing {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

    // This file was GENERATED by command:
    //     pump.py gtest-tuple.h.pump
    // DO NOT EDIT BY HAND!!!
    
    // Copyright 2009 Google Inc.
    // All Rights Reserved.
    //
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are
    // met:
    //
    //     * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util.h

    // *unconditionally*.  Therefore these #includes cannot be moved
    // inside #if GTEST_HAS_PARAM_TEST.
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-linked_ptr.h"
    #include "gtest/internal/gtest-port.h"
    #include "gtest/gtest-printers.h"
    
    #if GTEST_HAS_PARAM_TEST
    
    namespace testing {
    namespace internal {
    
    // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 23.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-test-part.h

    #ifndef GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
    #define GTEST_INCLUDE_GTEST_GTEST_TEST_PART_H_
    
    #include <iosfwd>
    #include <vector>
    #include "gtest/internal/gtest-internal.h"
    #include "gtest/internal/gtest-string.h"
    
    namespace testing {
    
    // A copyable object representing the result of a test part (i.e. an
    // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top