Home
last modified time | relevance | path

Searched defs:explanation (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dfrei0r.h345 const char* explanation; /**< An optional explanation string */ member
443 const char* explanation; /**<Optional explanation (can be 0) */ member
/third_party/abseil-cpp/absl/flags/
Dflag.h374 #define ABSL_RETIRED_FLAG(type, flagname, default_value, explanation) \ argument
/third_party/libuv/test/
Dtask.h148 #define RETURN_SKIP(explanation) \ argument
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h851 inline void PrintIfNotEmpty(const std::string& explanation, in PrintIfNotEmpty()
/third_party/python/Lib/
D_pydecimal.py4024 def _raise_error(self, condition, explanation = None, *args): argument
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc3637 const std::string explanation = in TEST_F() local