HomeSort by relevance Sort by last modified time
    Searched defs:builder_type (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 305 // 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);
    [all...]
java_message_lite.cc 177 // 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";
    [all...]

Completed in 77 milliseconds