Home
last modified time | relevance | path

Searched defs:PROTO (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
Dclass-def-test-1.m24 @protocol PROTO; protocol
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
/external/llvm-project/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
Dclass-def-test-1.m24 @protocol PROTO; protocol
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
/external/pigweed/pw_hdlc/rpc_example/
Dexample_script.py26 PROTO = Path(os.environ['PW_ROOT'], 'pw_rpc/echo.proto') variable
/external/llvm-project/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
/external/llvm-project/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
/external/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DParcelableWrapper.java43 PROTO, // Generated by ProtoParcelableWrapperGenerator enumConstant
/external/libpcap/
Dgrammar.h62 PROTO = 268, enumerator
185 #define PROTO 268 macro
Dgrammar.c397 PROTO = 268, enumerator
520 #define PROTO 268 macro
/external/bcc/src/cc/frontends/b/
Dnode.h144 enum prop_flag { READ = 0, WRITE, PROTO, IS_LHS, IS_REF, IS_PKT, LAST }; enumerator
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1690 #define DebugSocketProtocolToString( PROTO ) ( ( PROTO ) == IPPROTO_UDP ) ? "IPPROTO_UDP" : \ argument
/external/python/cpython2/Lib/
Dpickle.py149 PROTO = '\x80' # identify pickle protocol variable
/external/python/cpython3/Lib/
Dpickle.py158 PROTO = b'\x80' # identify pickle protocol variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp1745 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1964 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local
/external/python/cpython2/Modules/
DcPickle.c75 #define PROTO '\x80' /* identify pickle protocol */ macro
/external/python/cpython3/Modules/
D_pickle.c80 PROTO = '\x80', enumerator