Searched refs:php_class_prefix (Results 1 – 13 of 13) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | FileOptions.php | 165 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/ |
D | test_prefix.proto | 3 option php_class_prefix = "Prefix";
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 4686 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/ |
D | descriptor.pb.h | 3677 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()
|
D | descriptor.pb.cc | 8345 …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()
|
D | descriptor.proto | 414 optional string php_class_prefix = 40; field
|
/external/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 155 const string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 413 optional string php_class_prefix = 40; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 381 optional string php_class_prefix = 40; field
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 426 optional string php_class_prefix = 40 [ctype = STRING_PIECE]; field
|
D | descriptor.proto | 434 optional string php_class_prefix = 40; field
|
/external/protobuf/ |
D | CHANGES.txt | 588 * Added file option php_class_prefix. The prefix will be prepended to all
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9427 upb_handlers_setstring(h, F(FileOptions, php_class_prefix), in reghandlers()
|