Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/struct/
Dstruct.proto74 Struct struct_value = 5; field
/external/protobuf/src/google/protobuf/
Dstruct.proto74 Struct struct_value = 5; field
Dstruct.pb.cc565 Value::_Internal::struct_value(const Value* msg) { in struct_value() function in Value::_Internal
572 void Value::set_allocated_struct_value(PROTOBUF_NAMESPACE_ID::Struct* struct_value) { in set_allocated_struct_value()
Dstruct.pb.h987 inline const PROTOBUF_NAMESPACE_ID::Struct& Value::struct_value() const { in struct_value() function
1004 …ne void Value::unsafe_arena_set_allocated_struct_value(PROTOBUF_NAMESPACE_ID::Struct* struct_value in unsafe_arena_set_allocated_struct_value()
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py714 def _SetStructValue(struct_value, value): argument
735 def _GetStructValue(struct_value): argument
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto173 google.protobuf.Struct struct_value = 1; field
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs204 struct_value(Struct), enumerator
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc804 google_protobuf_Struct* struct_value = in PopulateMetadataValue() local