Home
last modified time | relevance | path

Searched refs:php_class_prefix (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php165 private $php_class_prefix = ''; variable in Google\\Protobuf\\Internal\\FileOptions
878 return $this->php_class_prefix;
892 $this->php_class_prefix = $var;
/external/protobuf/php/tests/proto/
Dtest_prefix.proto3 option php_class_prefix = "Prefix";
/external/rust/crates/protobuf/src/
Ddescriptor.rs4686 php_class_prefix: crate::SingularField<::std::string::String>, field
5119 match self.php_class_prefix.as_ref() { in get_php_class_prefix()
5125 self.php_class_prefix.clear(); in clear_php_class_prefix()
5129 self.php_class_prefix.is_some() in has_php_class_prefix()
5134 self.php_class_prefix = crate::SingularField::some(v); in set_php_class_prefix()
5140 if self.php_class_prefix.is_none() { in mut_php_class_prefix()
5141 self.php_class_prefix.set_default(); in mut_php_class_prefix()
5143 self.php_class_prefix.as_mut().unwrap() in mut_php_class_prefix()
5148 self.php_class_prefix.take().unwrap_or_else(|| ::std::string::String::new()) in take_php_class_prefix()
5384 … crate::rt::read_singular_string_into(wire_type, is, &mut self.php_class_prefix)?; in merge_from()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3677 const std::string& php_class_prefix() const;
3684 void set_allocated_php_class_prefix(std::string* php_class_prefix);
3693 std::string* php_class_prefix);
10106 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function
10148 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix() argument
10149 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix()
10154 …_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), php_class_prefix, in set_allocated_php_class_prefix()
10166 std::string* php_class_prefix) { in unsafe_arena_set_allocated_php_class_prefix() argument
10168 if (php_class_prefix != nullptr) { in unsafe_arena_set_allocated_php_class_prefix()
10174 php_class_prefix, GetArenaNoVirtual()); in unsafe_arena_set_allocated_php_class_prefix()
Ddescriptor.pb.cc8345 …ix_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.php_class_prefix(), in FileOptions()
8911 this->php_class_prefix().data(), static_cast<int>(this->php_class_prefix().length()), in MergePartialFromCodedStream()
9132 this->php_class_prefix().data(), static_cast<int>(this->php_class_prefix().length()), in SerializeWithCachedSizes()
9136 40, this->php_class_prefix(), output); in SerializeWithCachedSizes()
9315 this->php_class_prefix().data(), static_cast<int>(this->php_class_prefix().length()), in InternalSerializeWithCachedSizesToArray()
9320 40, this->php_class_prefix(), target); in InternalSerializeWithCachedSizesToArray()
9455 this->php_class_prefix()); in ByteSizeLong()
9585 set_php_class_prefix(from.php_class_prefix()); in MergeFrom()
Ddescriptor.proto414 optional string php_class_prefix = 40; field
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc155 const string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto413 optional string php_class_prefix = 40; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto381 optional string php_class_prefix = 40; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto426 optional string php_class_prefix = 40 [ctype = STRING_PIECE]; field
Ddescriptor.proto434 optional string php_class_prefix = 40; field
/external/protobuf/
DCHANGES.txt588 * Added file option php_class_prefix. The prefix will be prepended to all
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9427 upb_handlers_setstring(h, F(FileOptions, php_class_prefix), in reghandlers()