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

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_lite.cc177 // The builder_type stores the super type name of the nested Builder class.
178 string builder_type; local
186 builder_type = strings::Substitute(
197 builder_type = "com.google.protobuf.GeneratedMessageLite.Builder";
H A Djava_message.cc305 // The builder_type stores the super type name of the nested Builder class.
306 string builder_type; local
314 builder_type = strings::Substitute(
323 builder_type = "com.google.protobuf.GeneratedMessage.Builder<?>";
326 // Using builder_type, instead of Builder, prevents the Builder class from
336 "buildertype", builder_type);
/external/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h34 extern zend_class_entry* builder_type;

Completed in 104 milliseconds