| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/list.ops/ |
| D | sort.pass.cpp | 24 struct Payload struct 28 Payload(int v) : val(v), side(0) {} in Payload() argument 29 Payload(int v, int s) : val(v), side(s) {} in Payload() argument 30 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() function 47 Payload(int v, int s) : val(v), side(s) {} in Payload() function 48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
|
| /external/cronet/buildtools/third_party/libc++/trunk/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() function 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() function 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/python/pybind11/tests/ |
| D | test_callbacks.cpp | 79 struct Payload { in TEST_SUBMODULE() struct 80 Payload() { print_default_created(this); } in TEST_SUBMODULE() argument 81 ~Payload() { print_destroyed(this); } in TEST_SUBMODULE() 82 Payload(const Payload &) { print_copy_created(this); } in TEST_SUBMODULE() argument 83 Payload(Payload &&) { print_move_created(this); } in TEST_SUBMODULE() 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/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/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 50 struct Payload { struct 55 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/webrtc/third_party/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 51 struct Payload { struct 56 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/angle/third_party/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 51 struct Payload { struct 56 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 51 struct Payload { struct 56 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 41 struct Payload { struct 46 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/cronet/third_party/abseil-cpp/absl/status/internal/ |
| D | status_internal.h | 51 struct Payload { struct 56 using Payloads = absl::InlinedVector<Payload, 1>; argument
|
| /external/openthread/tests/unit/ |
| D | test_lowpan.hpp | 52 struct Payload struct in ot::TestIphcVector 54 uint8_t mData[kPayloadMaxLength]; 55 uint16_t mLength;
|
| /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/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/openthread/src/core/crypto/ |
| D | aes_ccm.cpp | 193 void AesCcm::Payload(void *aPlainText, void *aCipherText, uint32_t aLength, Mode aMode) in Payload() function in ot::Crypto::AesCcm 252 void AesCcm::Payload(Message &aMessage, uint16_t aOffset, uint16_t aLength, Mode aMode) in Payload() function in ot::Crypto::AesCcm
|
| /external/pigweed/pw_rpc/ |
| D | benchmark.proto | 28 message Payload { message
|
| /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/python/grpcio_tests/tests/protoc_plugin/protos/payload/ |
| D | test_payload.proto | 30 message Payload { message
|
| /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
| D | Payload.php | 16 class Payload extends \Google\Protobuf\Internal\Message class
|
| /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/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/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
|