Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 25 of 65) sorted by relevance

123

/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/list.ops/
Dsort.pass.cpp24 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
Dsort_comp.pass.cpp42 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() argument
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/
Dsort.pass.cpp42 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
Dsort_pred.pass.cpp26 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/
Dpayload.h26 struct Payload { struct
31 bool payload_init(struct Payload *p, uint32_t tx_len, uint32_t exp_len); argument
/external/python/pybind11/tests/
Dtest_callbacks.cpp79 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() argument
/external/libtextclassifier/abseil-cpp/absl/status/internal/
Dstatus_internal.h30 struct Payload { struct
35 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/openscreen/third_party/abseil/src/absl/status/internal/
Dstatus_internal.h30 struct Payload { struct
35 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/abseil-cpp/absl/status/internal/
Dstatus_internal.h50 struct Payload { struct
55 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/webrtc/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h51 struct Payload { struct
56 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/angle/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h51 struct Payload { struct
56 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/status/internal/
Dstatus_internal.h51 struct Payload { struct
56 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h41 struct Payload { struct
46 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/cronet/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h51 struct Payload { struct
56 using Payloads = absl::InlinedVector<Payload, 1>; argument
/external/openthread/tests/unit/
Dtest_lowpan.hpp52 struct Payload struct in ot::TestIphcVector
54 uint8_t mData[kPayloadMaxLength];
55 uint16_t mLength;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h189 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/
DError.h173 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/
Daes_ccm.cpp193 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/
Dbenchmark.proto28 message Payload { message
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h198 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/
Dtest_payload.proto30 message Payload { message
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayload.php16 class Payload extends \Google\Protobuf\Internal\Message class
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DTransportCryptoOps.java89 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/
Dmessages_pb.rb69Payload = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb69Payload = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant

123