Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/
Dstruct.proto74 Struct struct_value = 5; field
Dstruct.pb.h971 inline const ::PROTOBUF_NAMESPACE_ID::Struct& Value::struct_value() const { in struct_value() function
986 …e void Value::unsafe_arena_set_allocated_struct_value(::PROTOBUF_NAMESPACE_ID::Struct* struct_valu… in unsafe_arena_set_allocated_struct_value()
Dstruct.pb.cc407 Value::_Internal::struct_value(const Value* msg) { in struct_value() function in Value::_Internal
414 void Value::set_allocated_struct_value(::PROTOBUF_NAMESPACE_ID::Struct* struct_value) { in set_allocated_struct_value()
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dstruct.proto74 Struct struct_value = 5; field
/external/protobuf/src/google/protobuf/
Dstruct.proto74 Struct struct_value = 5; field
Dstruct.pb.h986 inline const ::PROTOBUF_NAMESPACE_ID::Struct& Value::struct_value() const { in struct_value() function
1001 …e void Value::unsafe_arena_set_allocated_struct_value(::PROTOBUF_NAMESPACE_ID::Struct* struct_valu… in unsafe_arena_set_allocated_struct_value()
Dstruct.pb.cc419 Value::_Internal::struct_value(const Value* msg) { in struct_value() function in Value::_Internal
426 void Value::set_allocated_struct_value(::PROTOBUF_NAMESPACE_ID::Struct* struct_value) { in set_allocated_struct_value()
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py733 def _SetStructValue(struct_value, value): argument
754 def _GetStructValue(struct_value): argument
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py733 def _SetStructValue(struct_value, value): argument
754 def _GetStructValue(struct_value): argument
/external/cronet/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto173 google.protobuf.Struct struct_value = 1; field
/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/2.27.1/src/well_known_types/
Dstruct_pb.rs204 struct_value(Struct), enumerator
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_.rs328 pub fn struct_value(&self) -> &Struct { in struct_value() method
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc920 google_protobuf_Struct* struct_value = in PopulateMetadataValue() local