Home
last modified time | relevance | path

Searched refs:java_outer_classname (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php34 * Generated from protobuf field <code>optional string java_outer_classname = 8;</code>
36 protected $java_outer_classname = null; variable
41 * named by java_outer_classname. However, the outer class will still be
193 * @type string $java_outer_classname
203 * named by java_outer_classname. However, the outer class will still be
327 * Generated from protobuf field <code>optional string java_outer_classname = 8;</code>
332 return isset($this->java_outer_classname) ? $this->java_outer_classname : '';
337 return isset($this->java_outer_classname);
342 unset($this->java_outer_classname);
359 $this->java_outer_classname = $var; global() variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc149 class_name = file->options().java_outer_classname(); in GetFileImmutableClassName()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3595 // optional string java_outer_classname = 8;
3601 const std::string& java_outer_classname() const;
3608 void set_allocated_java_outer_classname(std::string* java_outer_classname);
10075 // optional string java_outer_classname = 8;
10087 inline const std::string& FileOptions::java_outer_classname() const { in java_outer_classname() function in FileOptions
10088 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_outer_classname) in java_outer_classname()
10093 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_outer_classname) in set_java_outer_classname()
10096 // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.java_outer_classname) in mutable_java_outer_classname()
10110 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.FileOptions.java_outer_classname) in set_java_outer_classname()
10117 // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.java_outer_classname) in set_java_outer_classname()
10138 set_allocated_java_outer_classname(std::string* java_outer_classname) set_allocated_java_outer_classname() argument
10144 java_outer_classname_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), java_outer_classname, set_allocated_java_outer_classname() local
[all...]

Completed in 23 milliseconds