Lines Matching full:google
1 // Copyright 2008, Google Inc.
14 // * Neither the name of Google Inc. nor the names of its
30 // Low-level types and utilities for porting Google Mock to various
33 // outside Google Mock MUST NOT USE THEM DIRECTLY. Macros that don't
34 // end with _ are part of Google Mock's public API and can be used by
35 // code outside Google Mock.
48 // Most of the utilities needed for porting Google Mock are also
49 // required for Google Test and are defined in gtest-port.h.
52 // portability utilities to Google Test's gtest-port.h instead of
53 // here, as Google Mock depends on Google Test. Only add a utility
54 // here if it's truly specific to Google Mock.
65 // required to compile Google Mock.
67 #error "At least Visual C++ 2015 (14.0) is required to compile Google Mock."
71 // use this syntax to reference Google Mock flags.