Searched defs:New (Results 1 - 25 of 37) sorted by relevance

12

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dempty.pb.h68 inline Empty* New() const { return New(NULL); } function in class:google::protobuf::Empty
70 Empty* New(::google::protobuf::Arena* arena) const;
H A Dduration.pb.h63 inline Duration* New() const { return New(NULL); } function in class:google::protobuf::Duration
65 Duration* New(::google::protobuf::Arena* arena) const;
H A Dfield_mask.pb.h63 inline FieldMask* New() const { return New(NULL); } function in class:google::protobuf::FieldMask
65 FieldMask* New(::google::protobuf::Arena* arena) const;
H A Dsource_context.pb.h63 inline SourceContext* New() const { return New(NULL); } function in class:google::protobuf::SourceContext
65 SourceContext* New(::google::protobuf::Arena* arena) const;
H A Dany.pb.h74 inline Any* New() const { return New(NULL); } function in class:google::protobuf::Any
76 Any* New(::google::protobuf::Arena* arena) const;
H A Dmessage.h189 virtual Message* New() const = 0;
194 virtual Message* New(::google::protobuf::Arena* arena) const { function in class:google::protobuf::Message
195 Message* message = New();
880 // Message::New() is an easier way to accomplish this.
1012 // of that type. You can then call that message's New() method to construct
1017 // objects created by calling the prototype's New() method share some data
H A Dtimestamp.pb.h68 inline Timestamp* New() const { return New(NULL); } function in class:google::protobuf::Timestamp
70 Timestamp* New(::google::protobuf::Arena* arena) const;
H A Dwrappers.pb.h76 inline DoubleValue* New() const { return New(NULL); } function in class:google::protobuf::DoubleValue
78 DoubleValue* New(::google::protobuf::Arena* arena) const;
167 inline FloatValue* New() const { return New(NULL); } function in class:google::protobuf::FloatValue
169 FloatValue* New(::google::protobuf::Arena* arena) const;
258 inline Int64Value* New() const { return New(NULL); } function in class:google::protobuf::Int64Value
260 Int64Value* New(::google::protobuf::Arena* arena) const;
349 inline UInt64Value* New() cons function in class:google::protobuf::UInt64Value
440 inline Int32Value* New() const { return New(NULL); } function in class:google::protobuf::Int32Value
531 inline UInt32Value* New() const { return New(NULL); } function in class:google::protobuf::UInt32Value
622 inline BoolValue* New() const { return New(NULL); } function in class:google::protobuf::BoolValue
713 inline StringValue* New() const { return New(NULL); } function in class:google::protobuf::StringValue
812 inline BytesValue* New() const { return New(NULL); } function in class:google::protobuf::BytesValue
[all...]
H A Dmap_entry.h181 Message* New() const { function in class:google::protobuf::internal::MapEntry
189 Message* New(Arena* arena) const { function in class:google::protobuf::internal::MapEntry
H A Dmap_entry_lite.h203 MessageLite* New() const { function in class:google::protobuf::internal::MapEntryLite
209 MessageLite* New(Arena* arena) const { function in class:google::protobuf::internal::MapEntryLite
H A Dapi.pb.h67 inline Api* New() const { return New(NULL); } function in class:google::protobuf::Api
69 Api* New(::google::protobuf::Arena* arena) const;
218 inline Method* New() const { return New(NULL); } function in class:google::protobuf::Method
220 Method* New(::google::protobuf::Arena* arena) const;
359 inline Mixin* New() const { return New(NULL); } function in class:google::protobuf::Mixin
361 Mixin* New(::google::protobuf::Arena* arena) const;
H A Dstruct.pb.h88 inline Struct* New() const { return New(NULL); } function in class:google::protobuf::Struct
90 Struct* New(::google::protobuf::Arena* arena) const;
190 inline Value* New() const { return New(NULL); } function in class:google::protobuf::Value
192 Value* New(::google::protobuf::Arena* arena) const;
342 inline ListValue* New() const { return New(NULL); } function in class:google::protobuf::ListValue
344 ListValue* New(::google::protobuf::Arena* arena) const;
H A Drepeated_field.h361 // static Type* New();
563 static inline GenericType* New(Arena* arena) { function in class:google::protobuf::internal::GenericTypeHandler
594 return New(arena);
690 static inline string* New(Arena* arena) { function in class:google::protobuf::internal::StringTypeHandlerBase
695 return New(arena);
H A Dtype.pb.h152 inline Type* New() const { return New(NULL); } function in class:google::protobuf::Type
154 Type* New(::google::protobuf::Arena* arena) const;
295 inline Field* New() const { return New(NULL); } function in class:google::protobuf::Field
297 Field* New(::google::protobuf::Arena* arena) const;
552 inline Enum* New() const { return New(NULL); } function in class:google::protobuf::Enum
554 Enum* New(::google::protobuf::Arena* arena) const;
678 inline EnumValue* New() cons function in class:google::protobuf::EnumValue
781 inline Option* New() const { return New(NULL); } function in class:google::protobuf::Option
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
H A Dplugin.pb.h75 inline CodeGeneratorRequest* New() const { return New(NULL); } function in class:google::protobuf::compiler::CodeGeneratorRequest
77 CodeGeneratorRequest* New(::google::protobuf::Arena* arena) const;
199 inline CodeGeneratorResponse_File* New() const { return New(NULL); } function in class:google::protobuf::compiler::CodeGeneratorResponse_File
201 CodeGeneratorResponse_File* New(::google::protobuf::Arena* arena) const;
323 inline CodeGeneratorResponse* New() const { return New(NULL); } function in class:google::protobuf::compiler::CodeGeneratorResponse
325 CodeGeneratorResponse* New(::google::protobuf::Arena* arena) const;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h216 // static Type* New();
335 static GenericType* New() { return new GenericType; } function in class:google::protobuf::internal::GenericTypeHandler
381 static string* New();
843 typename TypeHandler::Type* result = TypeHandler::New();
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h216 // static Type* New();
335 static GenericType* New() { return new GenericType; } function in class:google::protobuf::internal::GenericTypeHandler
381 static string* New();
843 typename TypeHandler::Type* result = TypeHandler::New();
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Drepeated_field.h216 // static Type* New();
335 static GenericType* New() { return new GenericType; } function in class:google::protobuf::internal::GenericTypeHandler
381 static string* New();
843 typename TypeHandler::Type* result = TypeHandler::New();
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Drepeated_field.h216 // static Type* New();
335 static GenericType* New() { return new GenericType; } function in class:google::protobuf::internal::GenericTypeHandler
381 static string* New();
843 typename TypeHandler::Type* result = TypeHandler::New();
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_descr.py803 class New(Classic): class in class:ClassPropertiesAndMethods.test_multiple_inheritence.Classic
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_descr.py803 class New(Classic): class in class:ClassPropertiesAndMethods.test_multiple_inheritence.Classic
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py803 class New(Classic): class in class:ClassPropertiesAndMethods.test_multiple_inheritence.Classic
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py803 class New(Classic): class in class:ClassPropertiesAndMethods.test_multiple_inheritence.Classic
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dcdi-api-1.0.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/decorator/ javax/enterprise/ javax/enterprise/context/ javax/enterprise/ ...
/prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
H A Dcdi-api-1.0.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/decorator/ javax/enterprise/ javax/enterprise/context/ javax/enterprise/ ...

Completed in 582 milliseconds

12