Searched refs:swift_prefix (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileOptions.php | 157 private $swift_prefix = ''; variable in Google\\Protobuf\\Internal\\FileOptions 842 return $this->swift_prefix; 858 $this->swift_prefix = $var;
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 4685 swift_prefix: crate::SingularField<::std::string::String>, field 5083 match self.swift_prefix.as_ref() { in get_swift_prefix() 5089 self.swift_prefix.clear(); in clear_swift_prefix() 5093 self.swift_prefix.is_some() in has_swift_prefix() 5098 self.swift_prefix = crate::SingularField::some(v); in set_swift_prefix() 5104 if self.swift_prefix.is_none() { in mut_swift_prefix() 5105 self.swift_prefix.set_default(); in mut_swift_prefix() 5107 self.swift_prefix.as_mut().unwrap() in mut_swift_prefix() 5112 self.swift_prefix.take().unwrap_or_else(|| ::std::string::String::new()) in take_swift_prefix() 5381 crate::rt::read_singular_string_into(wire_type, is, &mut self.swift_prefix)?; in merge_from() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 3656 const std::string& swift_prefix() const; 3663 void set_allocated_swift_prefix(std::string* swift_prefix); 3672 std::string* swift_prefix); 10026 inline const std::string& FileOptions::swift_prefix() const { in swift_prefix() function 10068 inline void FileOptions::set_allocated_swift_prefix(std::string* swift_prefix) { in set_allocated_swift_prefix() argument 10069 if (swift_prefix != nullptr) { in set_allocated_swift_prefix() 10074 …efix_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), swift_prefix, in set_allocated_swift_prefix() 10086 std::string* swift_prefix) { in unsafe_arena_set_allocated_swift_prefix() argument 10088 if (swift_prefix != nullptr) { in unsafe_arena_set_allocated_swift_prefix() 10094 swift_prefix, GetArenaNoVirtual()); in unsafe_arena_set_allocated_swift_prefix()
|
D | descriptor.pb.cc | 8340 …prefix_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.swift_prefix(), in FileOptions() 8896 this->swift_prefix().data(), static_cast<int>(this->swift_prefix().length()), in MergePartialFromCodedStream() 9122 this->swift_prefix().data(), static_cast<int>(this->swift_prefix().length()), in SerializeWithCachedSizes() 9126 39, this->swift_prefix(), output); in SerializeWithCachedSizes() 9304 this->swift_prefix().data(), static_cast<int>(this->swift_prefix().length()), in InternalSerializeWithCachedSizesToArray() 9309 39, this->swift_prefix(), target); in InternalSerializeWithCachedSizesToArray() 9448 this->swift_prefix()); in ByteSizeLong() 9582 set_swift_prefix(from.swift_prefix()); in MergeFrom()
|
D | descriptor.proto | 410 optional string swift_prefix = 39; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 377 optional string swift_prefix = 39; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 409 optional string swift_prefix = 39; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 410 optional string swift_prefix = 39; field
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 430 optional string swift_prefix = 39; field
|
D | descriptor_sv.proto | 422 optional string swift_prefix = 39 [ctype = STRING_PIECE]; field
|