Searched refs:StructField (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/tools/v8windbg/src/ |
D | v8-debug-helper-interop.h | 31 struct StructField { struct 32 StructField(std::u16string field_name, std::u16string type_name, 35 ~StructField(); 36 StructField(const StructField&); 37 StructField(StructField&&); 38 StructField& operator=(const StructField&); argument 39 StructField& operator=(StructField&&); argument 114 std::vector<StructField> fields;
|
D | v8-debug-helper-interop.cc | 47 StructField::StructField(std::u16string field_name, std::u16string type_name, in StructField() function in StructField 56 StructField::~StructField() = default; 57 StructField::StructField(const StructField&) = default; 58 StructField::StructField(StructField&&) = default; 59 StructField& StructField::operator=(const StructField&) = default; 60 StructField& StructField::operator=(StructField&&) = default;
|
D | object-inspection.cc | 268 const std::vector<StructField>& fields, in GetModelForStruct() 277 for (const StructField& field : fields) { in GetModelForStruct()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestWellKnownTypes.cs | 308 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes 487 if (!object.Equals(StructField, other.StructField)) return false; in Equals() 512 if (structField_ != null) hash ^= StructField.GetHashCode(); in GetHashCode() 567 output.WriteMessage(StructField); in WriteTo() 643 output.WriteMessage(StructField); in IBufferMessage.InternalWriteTo() 712 size += 1 + pb::CodedOutputStream.ComputeMessageSize(StructField); in CalculateSize() 799 StructField = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom() 801 StructField.MergeFrom(other.StructField); in MergeFrom() 924 StructField = new global::Google.Protobuf.WellKnownTypes.Struct(); in MergeFrom() 926 input.ReadMessage(StructField); in MergeFrom() [all …]
|
/third_party/rust/crates/cxx/syntax/ |
D | trivial.rs | 9 StructField(&'a Struct), enumerator 44 let reason = TrivialReason::StructField(strct); in required_trivial_reasons() 146 TrivialReason::StructField(strct) => { in as_what()
|
/third_party/rust/crates/libc/libc-test/ |
D | build.rs | 370 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_apple() 2329 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_freebsd() 2803 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_neutrino() 2804 StructField(ref n, ref f) if n == "qtime_entry" && f == "nsec_tod_adjust" => true, in test_neutrino() 2805 StructField(ref n, ref f) if n == "qtime_entry" && f == "nsec" => true, in test_neutrino() 2806 StructField(ref n, ref f) if n == "qtime_entry" && f == "nsec_stable" => true, in test_neutrino() 2807 StructField(ref n, ref f) if n == "intrspin" && f == "value" => true, in test_neutrino() 3758 StructField(ref n, ref f) if n == "aiocb" && f == "aio_buf" => true, in test_linux()
|
/third_party/rust/crates/cxx/gen/src/ |
D | write.rs | 480 .all(|r| matches!(r, TrivialReason::StructField(_) | TrivialReason::VecElement)) in check_trivial_extern_type()
|