Home
last modified time | relevance | path

Searched defs:Struct (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.proto52 message Struct { message
Dstruct.pb.cc215 Struct::Struct() in Struct() function in google::protobuf::Struct
225 Struct::Struct(const Struct& from) in Struct() function in google::protobuf::Struct
Dstruct.pb.h44 class Struct; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs78 public sealed partial class Struct : pb::IMessage<Struct> { class
94 public Struct() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct
101 public Struct(Struct other) : this() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py662 class Struct(object): class