Home
last modified time | relevance | path

Searched refs:Protos (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc-java/testing-proto/
Dbuild.gradle1 description = "gRPC: Testing Protos"
/external/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/
Dproject.pbxproj90 remoteInfo = "Compile Unittest Protos";
485 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */ = {
488 …BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
494 name = "Compile Unittest Protos";
496 productName = "Compile Unittest Protos";
587 F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */,
713 target = F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */;
930 …F45BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
/external/tensorflow/tensorflow/core/protobuf/
Dtensor_bundle.proto14 // Protos used in the tensor bundle module (tf/core/util/tensor_bundle/).
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/
Dproject.pbxproj105 remoteInfo = "Compile Unittest Protos";
543 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = {
546 …BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
553 name = "Compile Unittest Protos";
555 productName = "Compile Unittest Protos";
665 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */,
814 target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */;
1103 …F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos"…
/external/perf_data_converter/src/quipper/
DAndroid.bp66 // Protos.
/external/protobuf/src/google/protobuf/
Dunittest_no_arena.proto57 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_proto3.proto54 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest.proto53 // Protos optimized for SPEED use a strict superset of the generated code
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory() local
2067 for (ObjCList<ObjCProtocolDecl>::iterator I = Protos.begin(), in GenerateCategory()
2068 E = Protos.end(); I != E; ++I) in GenerateCategory()
/external/tensorflow/tensorflow/core/
DBUILD49 # filegroup ":android_proto_srcs" - Protos
182 # Protos which are needed for core tensorflow, including on mobile builds.
236 # Protos which are not needed on mobile builds, but should be included in
/external/clang/lib/Serialization/
DASTReader.cpp5540 SmallVector<ObjCProtocolDecl*, 4> Protos; in readTypeRecord() local
5542 Protos.push_back(ReadDeclAs<ObjCProtocolDecl>(*Loc.F, Record, Idx)); in readTypeRecord()
5544 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()