Home
last modified time | relevance | path

Searched refs:ProtocolId (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc1190 filterPattern.ProtocolId = IPPROTO_UDP; in SetTrafficControl()
1198 mask.ProtocolId = UCHAR_MAX; in SetTrafficControl()
/external/curl/lib/vtls/
Dschannel.c1254 alpn_result.ProtocolIdSize, alpn_result.ProtocolId); in schannel_connect_step3()
1258 !memcmp(NGHTTP2_PROTO_VERSION_ID, alpn_result.ProtocolId, in schannel_connect_step3()
1265 !memcmp(ALPN_HTTP_1_1, alpn_result.ProtocolId, in schannel_connect_step3()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1208 ArrayRef<IdentifierLocPair> ProtocolId, in FindProtocolDeclaration() argument
1210 for (const IdentifierLocPair &Pair : ProtocolId) { in FindProtocolDeclaration()
1305 void Sema::DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId, in DiagnoseTypeArgsAndProtocols() argument
1311 << SelectProtocolFirst << TypeArgId << ProtocolId in DiagnoseTypeArgsAndProtocols()
DSemaExprObjC.cpp1214 ExprResult Sema::ParseObjCProtocolExpression(IdentifierInfo *ProtocolId, in ParseObjCProtocolExpression() argument
1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression()
1222 Diag(ProtoLoc, diag::err_undeclared_protocol) << ProtocolId; in ParseObjCProtocolExpression()
/external/clang/include/clang/Sema/
DSema.h7415 ArrayRef<IdentifierLocPair> ProtocolId,
7418 void DiagnoseTypeArgsAndProtocols(IdentifierInfo *ProtocolId,