Home
last modified time | relevance | path

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

12

/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h30 struct Payload { struct
35 using Payloads = absl::InlinedVector<Payload, 1>; argument
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
Dstatus_internal.h41 struct Payload { struct
46 using Payloads = absl::InlinedVector<Payload, 1>; argument
/third_party/skia/include/private/
DSkTOptional.h211 union Payload { union
214 Payload() {} in Payload() function
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/payload/
Dtest_payload.proto30 message Payload { message
/third_party/skia/third_party/externals/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
/third_party/grpc/src/csharp/Grpc.Core.Tests/
DMarshallerTest.cs78 public byte[] Payload; field in Grpc.Core.Tests.MarshallerTest.FakeSerializationContext
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DPayload.php16 class Payload extends \Google\Protobuf\Internal\Message class
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayload.php16 class Payload extends \Google\Protobuf\Internal\Message class
/third_party/skia/third_party/externals/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
DOnDiskHashTable.h432 const unsigned char *Payload; variable
/third_party/grpc/src/ruby/qps/src/proto/grpc/testing/
Dmessages_pb.rb121Payload = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant
/third_party/grpc/src/ruby/pb/src/proto/grpc/testing/
Dmessages_pb.rb121Payload = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Payload").msgclass constant
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto36 message Payload { message
/third_party/flutter/skia/src/sksl/lex/
DRegexNode.h70 union Payload { union
/third_party/skia/src/sksl/lex/
DRegexNode.h70 union Payload { union
/third_party/grpc/test/http2_test/
Dmessages_pb2.py583 Payload = _reflection.GeneratedProtocolMessageType('Payload', (_message.Message,), dict( variable
/third_party/grpc/src/objective-c/tests/RemoteTestClient/
Dmessages.proto39 message Payload { message
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarks.cs137 public pbc::RepeatedField<pb::ByteString> Payload { property in Benchmarks.BenchmarkDataset
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h269 Optional<PayloadType> Payload; variable
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs345 public sealed partial class Payload : pb::IMessage<Payload> class
366 public Payload() { in Payload() method in Grpc.Testing.Payload
373 public Payload(Payload other) : this() { in Payload() method in Grpc.Testing.Payload
857 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.SimpleRequest
1393 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.SimpleResponse
1773 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingInputCallRequest
2490 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingOutputCallRequest
2762 public global::Grpc.Testing.Payload Payload { property in Grpc.Testing.StreamingOutputCallResponse
/third_party/grpc/src/proto/grpc/testing/
Dmessages.proto37 message Payload { message
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp608 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h745 static std::string Payload(const Descriptor* descriptor) { in Payload() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp808 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
819 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h194 yaml::BinaryRef Payload; member

12