/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 84 * DEFAULT_INSTANCE. 100 return DEFAULT_INSTANCE; 103 private static final FieldSet DEFAULT_INSTANCE = new FieldSet(true);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
repeated_field.h | 342 static const Type& default_instance() { return Type::default_instance(); } function in class:google::protobuf::internal::GenericTypeHandler 352 inline const MessageLite& GenericTypeHandler<MessageLite>::default_instance() { function in class:google::protobuf::internal::GenericTypeHandler 361 inline const Message& GenericTypeHandler<Message>::default_instance() { function in class:google::protobuf::internal::GenericTypeHandler 385 static const Type& default_instance() { function in class:google::protobuf::internal::StringTypeHandlerBase [all...] |
message_unittest.cc | 336 &protobuf_unittest::TestAllTypes::default_instance());
|
descriptor.pb.h | 177 static const FileDescriptorSet& default_instance(); 262 static const FileDescriptorProto& default_instance(); 483 static const DescriptorProto_ExtensionRange& default_instance(); 575 static const DescriptorProto& default_instance(); 741 static const FieldDescriptorProto& default_instance(); [all...] |
extension_set.h | [all...] |
message.h | [all...] |
generated_message_reflection.cc | 158 const Message* default_instance, 167 default_instance_ (default_instance), [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 173 static const FileDescriptorSet& default_instance(); 267 static const FileDescriptorProto& default_instance(); 449 static const DescriptorProto_ExtensionRange& default_instance(); 546 static const DescriptorProto& default_instance(); 714 static const FieldDescriptorProto& default_instance(); [all...] |
generated_message_reflection.cc | 173 const Message* default_instance, 182 default_instance_ (default_instance), [all...] |
extension_set.h | 719 set->MutableMessage(number, field_type, Type::default_instance(), NULL)); [all...] |
message.h | 673 // FooMessage::descriptor()) == FooMessage::default_instance() [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 65 static const CodeGeneratorRequest& default_instance(); 188 static const CodeGeneratorResponse_File& default_instance(); 305 static const CodeGeneratorResponse& default_instance();
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 66 static const CodeGeneratorRequest& default_instance(); 183 static const CodeGeneratorResponse_File& default_instance(); 300 static const CodeGeneratorResponse& default_instance();
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 332 return FieldMessageTypeName(field) + "::default_instance()";
|
cpp_message_field.cc | 95 " return $name$_ != NULL ? *$name$_ : *default_instance().$name$_;\n");
|
cpp_service.cc | 298 " return $type$::default_instance();\n");
|
cpp_file.cc | 413 // static initialization time (by default) or when default_instance() is
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 297 return FieldMessageTypeName(field) + "::default_instance()";
|
cpp_message.cc | 350 "static const $classname$& default_instance();\n" 612 " $classname$_descriptor_, &$classname$::default_instance());\n", 874 " $name$_ = const_cast< $type$*>(&$type$::default_instance());\n", 932 "const $classname$& $classname$::default_instance() {\n" [all...] |
cpp_service.cc | 298 " return $type$::default_instance();\n");
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.cpp | 1691 const GLMessage_DataType& GLMessage_DataType::default_instance() { function in class:android::gltrace::GLMessage_DataType 2107 const GLMessage_FrameBuffer& GLMessage_FrameBuffer::default_instance() { function in class:android::gltrace::GLMessage_FrameBuffer 2347 const GLMessage& GLMessage::default_instance() { function in class:android::gltrace::GLMessage [all...] |
gltrace.pb.h | [all...] |
/external/chromium_org/sync/test/engine/ |
mock_connection_manager.cc | 663 update_queue_.push_back(sync_pb::GetUpdatesResponse::default_instance());
|
/prebuilts/misc/linux-x86/protobuf/ |
aprotoc | |
/prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/ |
libprotobuf-java-lite-2.3.0.jar | |