Home
last modified time | relevance | path

Searched defs:convert_value (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.h86 GstDirectControlBindingConvertValue convert_value; member
/third_party/boost/libs/program_options/src/
Dvalue_semantic.cpp23 std::string convert_value(const std::wstring& s) in convert_value() function
/third_party/python/Lib/
Doptparse.py768 def convert_value(self, opt, value): member in Option