Home
last modified time | relevance | path

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

1234567

/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.h71 struct Proto { struct
84 void MergeFrom(const Proto& other); argument
91 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; argument
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp148 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/
Dtoy.cpp155 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/
DKaleidoscopeJIT.h43 std::unique_ptr<PrototypeAST> Proto; variable
47 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/rust/crates/protobuf/src/text_format/lexer/
Dparser_language.rs5 Proto, enumerator
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp172 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/
Dtoy.cpp163 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/
DKaleidoscopeJIT.h45 std::unique_ptr<PrototypeAST> Proto; variable
49 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/llvm-project/clang/test/CodeGenObjC/
Dproperty-category-impl.m7 @protocol Proto protocol
Dinstance-method-metadata.m11 @protocol Proto protocol
Dsuper-message-fragileabi.m5 @protocol Proto protocol
Dmetadata-class-properties.m37 @protocol Proto protocol
/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/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/llvm-project/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp172 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/
Dtoy.cpp182 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/
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/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h42 std::unique_ptr<PrototypeAST> Proto; variable
46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()

1234567