Home | History | Annotate | only in /external/googletest/googlemock/include/gmock/internal/custom
Up to higher level directory
NameDateSize
gmock-generated-actions.h22-Oct-2020365
gmock-generated-actions.h.pump22-Oct-2020451
gmock-matchers.h22-Oct-20201.8K
gmock-port.h22-Oct-20201.8K
README.md22-Oct-2020439

README.md

      1 # Customization Points
      2 
      3 The custom directory is an injection point for custom user configurations.
      4 
      5 ## Header `gmock-port.h`
      6 
      7 The following macros can be defined:
      8 
      9 ### Flag related macros:
     10 
     11 *   `GMOCK_DECLARE_bool_(name)`
     12 *   `GMOCK_DECLARE_int32_(name)`
     13 *   `GMOCK_DECLARE_string_(name)`
     14 *   `GMOCK_DEFINE_bool_(name, default_val, doc)`
     15 *   `GMOCK_DEFINE_int32_(name, default_val, doc)`
     16 *   `GMOCK_DEFINE_string_(name, default_val, doc)`
     17