Searched defs:struct_value (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dstruct.pb.h268 // optional .google.protobuf.Struct struct_value = 5;
272 const ::google::protobuf::Struct& struct_value() const;
275 void set_allocated_struct_value(::google::protobuf::Struct* struct_value);
603 // optional .google.protobuf.Struct struct_value = 5;
616 inline const ::google::protobuf::Struct& Value::struct_value() const { function in class:google::protobuf::Value
617 // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
628 // @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
632 // @@protoc_insertion_point(field_release:google.protobuf.Value.struct_value)
642 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { argument
644 if (struct_value) {
[all...]
H A Dstruct.pb.cc686 // optional .google.protobuf.Struct struct_value = 5;
762 // optional .google.protobuf.Struct struct_value = 5;
807 // optional .google.protobuf.Struct struct_value = 5;
853 // optional .google.protobuf.Struct struct_value = 5;
913 mutable_struct_value()->::google::protobuf::Struct::MergeFrom(from.struct_value());
1135 // optional .google.protobuf.Struct struct_value = 5;
1148 const ::google::protobuf::Struct& Value::struct_value() const { function in class:google::protobuf::Value
1149 // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
1160 // @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
1164 // @@protoc_insertion_point(field_release:google.protobuf.Value.struct_value)
1174 set_allocated_struct_value(::google::protobuf::Struct* struct_value) argument
[all...]

Completed in 229 milliseconds