Home
last modified time | relevance | path

Searched defs:Proto (Results 1 – 25 of 109) sorted by relevance

12345

/external/perfetto/src/tools/ftrace_proto_gen/
Dproto_gen_utils.h75 struct Proto { struct
88 void UnionFields(const std::vector<Proto::Field>& candidate_fields); argument
95 ProtoType GetCommon(ProtoType one, ProtoType other); argument
/external/libprotobuf-mutator/src/libfuzzer/
Dlibfuzzer_macro.h53 #define DEFINE_CUSTOM_PROTO_MUTATOR_IMPL(use_binary, Proto) \ argument
61 #define DEFINE_CUSTOM_PROTO_CROSSOVER_IMPL(use_binary, Proto) \ argument
72 #define DEFINE_TEST_ONE_PROTO_INPUT_IMPL(use_binary, Proto) \ argument
81 #define DEFINE_POST_PROCESS_PROTO_MUTATION_IMPL(Proto) \ argument
/external/lua/src/
Dlobject.h528 typedef struct Proto { struct
544 struct Proto **p; /* functions defined inside the function */ argument
551 } Proto; typedef
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp155 std::unique_ptr<PrototypeAST> Proto; member in __anond8ea83a50111::FunctionAST
159 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
351 auto Proto = ParsePrototype(); in ParseDefinition() local
364 auto Proto = helper::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h43 std::unique_ptr<PrototypeAST> Proto; variable
47 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/rust/crates/protobuf-support/src/lexer/
Dparser_language.rs5 Proto, enumerator
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/
Dparser_language.rs5 Proto, enumerator
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp163 std::unique_ptr<PrototypeAST> Proto; member in __anon4d66f4a60111::FunctionAST
167 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
361 auto Proto = ParsePrototype(); in ParseDefinition() local
374 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h45 std::unique_ptr<PrototypeAST> Proto; variable
49 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/clang/test/CodeGenObjC/
Dinstance-method-metadata.m12 @protocol Proto protocol
Dproperty-category-impl.m7 @protocol Proto protocol
Dsuper-message-fragileabi.m5 @protocol Proto protocol
Dmetadata-class-properties.m37 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in __anonc1e365a70111::FunctionAST
176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
370 auto Proto = ParsePrototype(); in ParseDefinition() local
383 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/go-cmp/cmp/internal/teststructs/
Dproject1.go263 func (EagleImmutable) Proto() *pb.Eagle { return nil } func
264 func (DreamerImmutable) Proto() *pb.Dreamer { return nil } func
265 func (SlapImmutable) Proto() *pb.Slap { return nil } func
266 func (GoatImmutable) Proto() *pb.Goat { return nil } func
267 func (DonkeyImmutable) Proto() *pb.Donkey { return nil } func
/external/clang/test/Index/
Dc-index-getCursor-test.m23 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp215 std::unique_ptr<PrototypeAST> Proto; member in __anon365fd6a80111::FunctionAST
219 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
495 auto Proto = ParsePrototype(); in ParseDefinition() local
508 auto Proto = llvm::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
/external/protobuf/src/google/protobuf/
Ddescriptor.h263 typedef DescriptorProto Proto; typedef
413 typedef DescriptorProto_ExtensionRange Proto; typedef
629 typedef FieldDescriptorProto Proto; typedef
997 typedef OneofDescriptorProto Proto; typedef
1080 typedef EnumDescriptorProto Proto; typedef
1254 typedef EnumValueDescriptorProto Proto; typedef
1335 typedef ServiceDescriptorProto Proto; typedef
1420 typedef MethodDescriptorProto Proto; typedef
1508 typedef FileDescriptorProto Proto; typedef
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h263 typedef DescriptorProto Proto; typedef
413 typedef DescriptorProto_ExtensionRange Proto; typedef
629 typedef FieldDescriptorProto Proto; typedef
997 typedef OneofDescriptorProto Proto; typedef
1080 typedef EnumDescriptorProto Proto; typedef
1254 typedef EnumValueDescriptorProto Proto; typedef
1335 typedef ServiceDescriptorProto Proto; typedef
1420 typedef MethodDescriptorProto Proto; typedef
1508 typedef FileDescriptorProto Proto; typedef
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs56 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs74 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs56 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs74 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
/external/clang/test/SemaObjC/
Dcontinuation-class-err.m19 @protocol Proto protocol

12345