Home
last modified time | relevance | path

Searched refs:def_optional (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock.cc63 bool def_optional) { in ParseGoogleMockFlagValue() argument
76 if (def_optional && (flag_end[0] == '\0')) { in ParseGoogleMockFlagValue()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcommandlineflags.cc137 bool def_optional) { in ParseFlagValue() argument
150 if (def_optional && (flag_end[0] == '\0')) return flag_end; in ParseFlagValue()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.cc137 bool def_optional) { in ParseFlagValue() argument
150 if (def_optional && (flag_end[0] == '\0')) return flag_end; in ParseFlagValue()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc5736 bool def_optional) { in ParseFlagValue() argument
5749 if (def_optional && (flag_end[0] == '\0')) { in ParseFlagValue()