Home
last modified time | relevance | path

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

/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/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/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/flutter/skia/src/sksl/lex/
DRegexNode.h70 union Payload { union
/third_party/skia/src/sksl/lex/
DRegexNode.h70 union Payload { union
/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/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3.cs2262 public global::Google.Protobuf.TestProtos.TestAllTypes Payload { property in Google.Protobuf.TestProtos.NestedTestAllTypes
DUnittest.cs5045 public global::Google.Protobuf.TestProtos.Proto2.TestAllTypes Payload { property in Google.Protobuf.TestProtos.Proto2.NestedTestAllTypes