Home
last modified time | relevance | path

Searched refs:StructField (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.h31 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&);
39 StructField
[all...]
H A Dv8-debug-helper-interop.cc47 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
[all...]
H A Dobject-inspection.cc268 const std::vector<StructField>& fields, in GetModelForStruct()
277 for (const StructField& field : fields) { in GetModelForStruct()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestWellKnownTypes.cs167 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestWellKnownTypes), global::Google.Protobuf.TestProtos.TestWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField", "ValueField" }, null, null, null, null), in UnittestWellKnownTypesReflection()
168 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes), global::Google.Protobuf.TestProtos.RepeatedWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, null, null), in UnittestWellKnownTypesReflection()
169 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.OneofWellKnownTypes), global::Google.Protobuf.TestProtos.OneofWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, new[]{ "OneofField" }, null, null, null), in UnittestWellKnownTypesReflection()
170 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.MapWellKnownTypes), global::Google.Protobuf.TestProtos.MapWellKnownTypes.Parser, new[]{ "AnyField", "ApiField", "DurationField", "EmptyField", "FieldMaskField", "SourceContextField", "StructField", "TimestampField", "TypeField", "DoubleField", "FloatField", "Int64Field", "Uint64Field", "Int32Field", "Uint32Field", "BoolField", "StringField", "BytesField" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, }) in UnittestWellKnownTypesReflection()
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()
1291 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { global() property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1922 public global::Google.Protobuf.WellKnownTypes.Struct StructField { global() property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2070 StructField = 7, global() enumerator
2856 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { global() property in Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtrivial.rs9 StructField(&'a Struct),
44 let reason = TrivialReason::StructField(strct);
146 TrivialReason::StructField(strct) => { in fmt()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtrivial.rs9 StructField(&'a Struct),
44 let reason = TrivialReason::StructField(strct);
146 TrivialReason::StructField(strct) => { in fmt()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtrivial.rs9 StructField(&'a Struct),
44 let reason = TrivialReason::StructField(strct);
146 TrivialReason::StructField(strct) => { in fmt()
/third_party/rust/crates/cxx/syntax/
H A Dtrivial.rs9 StructField(&'a Struct),
44 let reason = TrivialReason::StructField(strct);
146 TrivialReason::StructField(strct) => { in fmt()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtrivial.rs9 StructField(&'a Struct),
44 let reason = TrivialReason::StructField(strct);
146 TrivialReason::StructField(strct) => { in fmt()
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs370 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/cmd/src/gen/
H A Dwrite.rs480 .all(|r| matches!(r, TrivialReason::StructField(_) | TrivialReason::VecElement)) in check_trivial_extern_type()
/third_party/rust/crates/cxx/gen/src/
H A Dwrite.rs480 .all(|r| matches!(r, TrivialReason::StructField(_) | TrivialReason::VecElement)) in check_trivial_extern_type()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dwrite.rs480 .all(|r| matches!(r, TrivialReason::StructField(_) | TrivialReason::VecElement)) in check_trivial_extern_type()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dwrite.rs480 .all(|r| matches!(r, TrivialReason::StructField(_) | TrivialReason::VecElement)) in check_trivial_extern_type()

Completed in 18 milliseconds