Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.proto75 Struct struct_value = 5; field
Dstruct.pb.h628 inline const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function
654 inline void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value()
Dstruct.pb.cc1223 const ::google::protobuf::Struct& Value::struct_value() const { in struct_value() function in google::protobuf::Value
1249 void Value::set_allocated_struct_value(::google::protobuf::Struct* struct_value) { in set_allocated_struct_value()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py629 def _SetStructValue(struct_value, value): argument
644 def _GetStructValue(struct_value): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto191 google.protobuf.Struct struct_value = 1; field