Home
last modified time | relevance | path

Searched defs:GetErrorCode (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h71 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h72 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/webrtc/webrtc/p2p/base/
Dstun.cc118 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage