Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h67 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/python/cpython2/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/python/cpython3/Include/
Dpyexpat.h19 enum XML_Error (*GetErrorCode)(XML_Parser parser); member
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h68 static inline int16_t GetErrorCode(instance_type* inst) { in GetErrorCode() function
/external/webrtc/api/transport/
Dstun.cc189 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage