Home
last modified time | relevance | path

Searched refs:GetOptionalBool (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
Dcatch-undef-behavior2.cpp3 bool GetOptionalBool(bool *value);
8 return GetOptionalBool(&value) ? value : default_value; in GetBool()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go590 func (m *TestAllTypes) GetOptionalBool() bool { func