Lines Matching refs:REPLACE
62 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\1"
65 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\2"
68 string(REGEX REPLACE "${protobuf_AC_INIT_REGEX}" "\\3"
72 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\1"
74 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\2"
76 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\3"
78 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\5"
149 string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
177 string(REPLACE "/" "\\" PROTOBUF_SOURCE_WIN32_PATH ${protobuf_SOURCE_DIR})
178 string(REPLACE "/" "\\" PROTOBUF_BINARY_WIN32_PATH ${protobuf_BINARY_DIR})
179 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")