Home | History | Annotate | Download | only in expectations

Lines Matching full:configuration

58 // The build configuration.
59 enum Configuration {
65 // Converts the |modifier| to a Configuration constant, writing the value to
68 Configuration* out_configuration) WARN_UNUSED_RESULT;
70 // Returns the Configuration for the currently running binary.
71 Configuration GetCurrentConfiguration();
74 // the specified platforms and configuration.
85 // The build configuration.
86 Configuration configuration;