HomeSort by relevance Sort by last modified time
    Searched defs:GetAttributeValueType (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 58 attr_value->setType(GetAttributeValueType(pTag));
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 92 if (attr->value_type() != GetAttributeValueType(attr->type())) {
393 StunAttributeValueType StunMessage::GetAttributeValueType(int type) const {
412 StunAttributeValueType value_type = GetAttributeValueType(type);
stun.h 209 virtual StunAttributeValueType GetAttributeValueType(int type) const;
538 virtual StunAttributeValueType GetAttributeValueType(int type) const {
547 default: return StunMessage::GetAttributeValueType(type);
600 virtual StunAttributeValueType GetAttributeValueType(int type) const {
611 default: return StunMessage::GetAttributeValueType(type);
634 virtual StunAttributeValueType GetAttributeValueType(int type) const {
640 default: return StunMessage::GetAttributeValueType(type);

Completed in 5358 milliseconds