Home
last modified time | relevance | path

Searched defs:presentation_type (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dformatter.h23 unknown_presentation_type(STRINGLIB_CHAR presentation_type, in unknown_presentation_type()
48 invalid_comma_type(STRINGLIB_CHAR presentation_type) in invalid_comma_type()
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient.cc66 const std::string& presentation_type = state ? kPresenting : kNotPresenting; in Publish() local