/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.h | 71 struct Proto { struct 84 void MergeFrom(const Proto& other); argument 91 ProtoType GetCommon(ProtoType one, ProtoType other); argument
|
/external/libprotobuf-mutator/src/libfuzzer/ |
D | libfuzzer_macro.h | 53 #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/ |
D | lobject.h | 528 typedef struct Proto { struct 544 struct Proto **p; /* functions defined inside the function */ argument 551 } Proto; argument
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 148 std::unique_ptr<PrototypeAST> Proto; member in __anon73dffef50111::FunctionAST 152 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 345 auto Proto = ParsePrototype(); in ParseDefinition() local 358 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 155 std::unique_ptr<PrototypeAST> Proto; member in __anon12a753070111::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/ |
D | KaleidoscopeJIT.h | 43 std::unique_ptr<PrototypeAST> Proto; variable 47 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/rust/crates/protobuf/src/text_format/lexer/ |
D | parser_language.rs | 5 Proto, enumerator
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 172 std::unique_ptr<PrototypeAST> Proto; member in __anone85c6ff60111::FunctionAST 176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 372 auto Proto = ParsePrototype(); in ParseDefinition() local 385 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 163 std::unique_ptr<PrototypeAST> Proto; member in __anon8723c4080111::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/ |
D | KaleidoscopeJIT.h | 45 std::unique_ptr<PrototypeAST> Proto; variable 49 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | property-category-impl.m | 7 @protocol Proto protocol
|
D | instance-method-metadata.m | 11 @protocol Proto protocol
|
D | super-message-fragileabi.m | 5 @protocol Proto protocol
|
D | metadata-class-properties.m | 37 @protocol Proto protocol
|
/external/clang/test/CodeGenObjC/ |
D | instance-method-metadata.m | 12 @protocol Proto protocol
|
D | property-category-impl.m | 7 @protocol Proto protocol
|
D | super-message-fragileabi.m | 5 @protocol Proto protocol
|
D | metadata-class-properties.m | 37 @protocol Proto protocol
|
/external/clang/test/Rewriter/ |
D | static-type-protocol-1.m | 3 @protocol Proto protocol
|
/external/llvm-project/clang/test/Rewriter/ |
D | static-type-protocol-1.m | 3 @protocol Proto protocol
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 172 std::unique_ptr<PrototypeAST> Proto; member in __anonfba035090111::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/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 182 std::unique_ptr<PrototypeAST> Proto; member in __anon5cd8e0f70111::FunctionAST 186 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() 382 auto Proto = ParsePrototype(); in ParseDefinition() local 395 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumValueDescriptor.cs | 56 internal EnumValueDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
|
D | ServiceDescriptor.cs | 74 internal ServiceDescriptorProto Proto { get { return proto; } } property in Google.Protobuf.Reflection.ServiceDescriptor
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 42 std::unique_ptr<PrototypeAST> Proto; variable 46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
|