Home
last modified time | relevance | path

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

123456

/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/sandboxed-api/sandboxed_api/
Dvar_proto.h50 friend class Proto; variable
56 Proto() : wrapped_var_(SerializeProto(T{}).value()) {} in Proto() function
58 Proto(PrivateToken, std::vector<uint8_t> data) in Proto() function
62 explicit Proto(const T& proto) in Proto() function
/external/lua/src/
Dlobject.h528 typedef struct Proto { struct
544 struct Proto **p; /* functions defined inside the function */ argument
551 } Proto; argument
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp155 std::unique_ptr<PrototypeAST> Proto; member in __anon544f1d560111::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/android-crates-io/extra_versions/crates/protobuf/src/text_format/lexer/
Dparser_language.rs5 Proto, enumerator
/external/rust/android-crates-io/crates/protobuf-support/src/lexer/
Dparser_language.rs5 Proto, enumerator
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp163 std::unique_ptr<PrototypeAST> Proto; member in __anonc8cb8e570111::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/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/resource/v1/
Dresource_pb.rb14 module Proto module
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h45 std::unique_ptr<PrototypeAST> Proto; variable
49 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/metrics/v1/
Dmetrics_service_pb.rb20 module Proto module
Dmetrics_service_services_pb.rb23 module Proto module
/external/clang/test/CodeGenObjC/
Dproperty-category-impl.m7 @protocol Proto protocol
Dinstance-method-metadata.m12 @protocol Proto protocol
Dsuper-message-fragileabi.m5 @protocol Proto protocol
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/trace/v1/
Dtrace_service_services_pb.rb23 module Proto module
Dtrace_service_pb.rb29 module Proto module
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/trace/v1/
Dtrace_config_pb.rb35 module Proto module
Dtrace_pb.rb126 module Proto module
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in __anon3d47ff580111::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/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/agent/common/v1/
Dcommon_pb.rb42 module Proto module
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m3 @protocol Proto protocol
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/metrics/v1/
Dmetrics_pb.rb95 module Proto module
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-ruby/opencensus/proto/stats/v1/
Dstats_pb.rb56 module Proto module

123456