Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/gmock/internal/custom/README.md is written in an unsupported language. File is not indexed.

0001 # Customization Points
0002 
0003 The custom directory is an injection point for custom user configurations.
0004 
0005 ## Header `gmock-port.h`
0006 
0007 The following macros can be defined:
0008 
0009 ### Flag related macros:
0010 
0011 *   `GMOCK_DECLARE_bool_(name)`
0012 *   `GMOCK_DECLARE_int32_(name)`
0013 *   `GMOCK_DECLARE_string_(name)`
0014 *   `GMOCK_DEFINE_bool_(name, default_val, doc)`
0015 *   `GMOCK_DEFINE_int32_(name, default_val, doc)`
0016 *   `GMOCK_DEFINE_string_(name, default_val, doc)`
0017 *   `GMOCK_FLAG_GET(flag_name)`
0018 *   `GMOCK_FLAG_SET(flag_name, value)`