/external/llvm-project/libcxx/test/std/containers/sequences/list/list.ops/ |
D | sort.pass.cpp | 23 struct Payload struct 27 Payload(int v) : val(v), side(0) {} in Payload() argument 28 Payload(int v, int s) : val(v), side(s) {} in Payload() function 29 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
|
D | sort_comp.pass.cpp | 42 struct Payload struct 46 Payload(int v) : val(v), side(0) {} in Payload() argument 47 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
|
/external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
D | sort.pass.cpp | 42 struct Payload struct 46 Payload(int v) : val(v), side(0) {} in Payload() argument 47 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
|
D | sort_pred.pass.cpp | 26 struct Payload struct 30 Payload(int v) : val(v), side(0) {} in Payload() argument 31 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 32 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
|
/external/libese/tools/ese_replay/ |
D | payload.h | 26 struct Payload { struct 31 bool payload_init(struct Payload *p, uint32_t tx_len, uint32_t exp_len); argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/internal/ |
D | status_internal.h | 30 struct Payload { struct 35 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/libtextclassifier/abseil-cpp/absl/status/internal/ |
D | status_internal.h | 30 struct Payload { struct 35 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/python/pybind11/tests/ |
D | test_callbacks.cpp | 79 struct Payload { in TEST_SUBMODULE() struct 80 Payload() { print_default_created(this); } in TEST_SUBMODULE() function 81 ~Payload() { print_destroyed(this); } in TEST_SUBMODULE() 82 Payload(const Payload &) { print_copy_created(this); } in TEST_SUBMODULE() function 83 Payload(Payload &&) { print_move_created(this); } in TEST_SUBMODULE() function
|
/external/openscreen/third_party/abseil/src/absl/status/internal/ |
D | status_internal.h | 30 struct Payload { struct 35 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/angle/third_party/abseil-cpp/absl/status/internal/ |
D | status_internal.h | 41 struct Payload { struct 46 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/llvm-project/polly/lib/CodeGen/ |
D | IslAst.cpp | 263 IslAstUserPayload *Payload = new IslAstUserPayload(); in astBuildBeforeFor() local 291 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in astBuildAfterFor() local 338 IslAstUserPayload *Payload = new IslAstUserPayload(); in AtEachDomain() local 594 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in getNodePayload() local 600 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermost() local 610 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermostParallel() local 615 IslAstUserPayload *Payload = getNodePayload(Node); in isOutermostParallel() local 620 IslAstUserPayload *Payload = getNodePayload(Node); in isReductionParallel() local 645 IslAstUserPayload *Payload = getNodePayload(Node); in getSchedule() local 651 IslAstUserPayload *Payload = getNodePayload(Node); in getMinimalDependenceDistance() local [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/status/ |
D | status.h | 57 struct Payload { struct 62 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/abseil-cpp/absl/status/ |
D | status.h | 57 struct Payload { struct 62 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 173 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() 276 ErrorInfoBase *Payload; variable 477 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() 482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() 502 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 189 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() 291 ErrorInfoBase *Payload; variable 497 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() 502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() 522 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/payload/ |
D | test_payload.proto | 30 message Payload { message
|
/external/llvm-project/clang-tools-extra/clangd/index/dex/ |
D | PostingList.h | 51 std::array<uint8_t, PayloadSize> Payload; member
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Error.h | 197 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() 323 ErrorInfoBase *Payload = nullptr; variable 884 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() 889 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() 909 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local 1260 std::unique_ptr<ErrorInfoBase> Payload; in build() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 198 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() 318 ErrorInfoBase *Payload = nullptr; variable 880 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl() 885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() 905 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local 1256 std::unique_ptr<ErrorInfoBase> Payload; in build() local
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | Payload.php | 16 class Payload extends \Google\Protobuf\Internal\Message class
|
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/ |
D | messages_pb.rb | 69 … Payload = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant
|
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/ |
D | messages_pb.rb | 69 … Payload = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | TransportCryptoOps.java | 89 public static class Payload { class in TransportCryptoOps 93 public Payload(PayloadType payloadType, byte[] message) { in Payload() method in TransportCryptoOps.Payload
|
/external/llvm-project/clang/lib/CodeGen/ |
D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Messages.cs | 232 public sealed partial class Payload : pb::IMessage<Payload> { class 249 public Payload() { in Payload() method in Grpc.Testing.Payload 256 public Payload(Payload other) : this() { in Payload() method in Grpc.Testing.Payload 636 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.SimpleRequest 982 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.SimpleResponse 1185 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingInputCallRequest 1740 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingOutputCallRequest 1942 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingOutputCallResponse
|