Home
last modified time | relevance | path

Searched defs:StructField (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.h31 struct StructField { struct
38 StructField& operator=(const StructField&); argument
39 StructField& operator=(StructField&&); argument
41 std::u16string name;
49 std::u16string type_name;
57 std::string uncompressed_type_name;
60 uint64_t offset;
64 uint8_t num_bits;
68 uint8_t shift_bits;
Dv8-debug-helper-interop.cc47 StructField::StructField(std::u16string field_name, std::u16string type_name, in StructField() function in StructField
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestWellKnownTypes.cs308 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1291 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1922 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2070 StructField = 7, enumerator
2856 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/third_party/rust/crates/cxx/syntax/
Dtrivial.rs9 StructField(&'a Struct), enumerator