Home
last modified time | relevance | path

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

/external/libtextclassifier/common/memory_image/
Ddata-store.proto15 // Protos for a data store: a barebone in-memory file system.
Dmemory-image.proto15 // Protos for "memory images".
/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/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/libtextclassifier/common/
Dembedding-network.proto15 // Protos for performing inference with an EmbeddingNetwork.
/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/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()