HomeSort by relevance Sort by last modified time
    Searched defs:default_instance_ (Results 1 - 25 of 28) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
empty.pb.h 124 static Empty* default_instance_; member in class:google::protobuf::Empty
duration.pb.h 125 static Duration* default_instance_; member in class:google::protobuf::Duration
field_mask.pb.h 128 static FieldMask* default_instance_; member in class:google::protobuf::FieldMask
source_context.pb.h 123 static SourceContext* default_instance_; member in class:google::protobuf::SourceContext
timestamp.pb.h 138 static Timestamp* default_instance_; member in class:google::protobuf::Timestamp
any.pb.h 147 static Any* default_instance_; member in class:google::protobuf::Any
generated_message_reflection.h 442 const Message* default_instance_; member in class:google::protobuf::internal::GeneratedMessageReflection
wrappers.pb.h 139 static DoubleValue* default_instance_; member in class:google::protobuf::DoubleValue
230 static FloatValue* default_instance_; member in class:google::protobuf::FloatValue
321 static Int64Value* default_instance_; member in class:google::protobuf::Int64Value
412 static UInt64Value* default_instance_; member in class:google::protobuf::UInt64Value
503 static Int32Value* default_instance_; member in class:google::protobuf::Int32Value
594 static UInt32Value* default_instance_; member in class:google::protobuf::UInt32Value
685 static BoolValue* default_instance_; member in class:google::protobuf::BoolValue
784 static StringValue* default_instance_; member in class:google::protobuf::StringValue
883 static BytesValue* default_instance_; member in class:google::protobuf::BytesValue
    [all...]
any.pb.cc 46 Any::default_instance_,
73 delete Any::default_instance_; member in class:google::protobuf::Any
92 Any::default_instance_ = new Any(); member in class:google::protobuf::Any
93 Any::default_instance_->InitAsDefaultInstance();
169 if (this != default_instance_) {
184 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2fany_2eproto();
185 return *default_instance_;
188 Any* Any::default_instance_ = NULL; member in class:google::protobuf::Any
duration.pb.cc 46 Duration::default_instance_,
73 delete Duration::default_instance_; member in class:google::protobuf::Duration
92 Duration::default_instance_ = new Duration(); member in class:google::protobuf::Duration
93 Duration::default_instance_->InitAsDefaultInstance();
152 if (this != default_instance_) {
167 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto();
168 return *default_instance_;
171 Duration* Duration::default_instance_ = NULL; member in class:google::protobuf::Duration
empty.pb.cc 44 Empty::default_instance_,
71 delete Empty::default_instance_; member in class:google::protobuf::Empty
89 Empty::default_instance_ = new Empty(); member in class:google::protobuf::Empty
90 Empty::default_instance_->InitAsDefaultInstance();
157 if (this != default_instance_) {
178 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto();
179 return *default_instance_;
182 Empty* Empty::default_instance_ = NULL; member in class:google::protobuf::Empty
field_mask.pb.cc 45 FieldMask::default_instance_,
72 delete FieldMask::default_instance_; member in class:google::protobuf::FieldMask
90 FieldMask::default_instance_ = new FieldMask(); member in class:google::protobuf::FieldMask
91 FieldMask::default_instance_->InitAsDefaultInstance();
148 if (this != default_instance_) {
163 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2ffield_5fmask_2eproto();
164 return *default_instance_;
167 FieldMask* FieldMask::default_instance_ = NULL; member in class:google::protobuf::FieldMask
map_entry.h 135 if (this == default_instance_) {
185 entry->set_default_instance(default_instance_);
193 entry->set_default_instance(default_instance_);
263 : _internal_metadata_(NULL), default_instance_(NULL), entry_lite_() {}
267 default_instance_(NULL),
275 default_instance_ = default_instance;
282 MapEntry* default_instance_; member in class:google::protobuf::internal::MapEntry
map_entry_lite.h 93 if (this != default_instance_) {
106 GOOGLE_CHECK(default_instance_ != NULL);
108 default_instance_->value_);
205 entry->default_instance_ = default_instance_;
211 entry->default_instance_ = default_instance_;
354 MapEntryLite() : default_instance_(NULL), arena_(NULL) {
362 : default_instance_(NULL), arena_(arena) {
374 default_instance_ = default_instance
377 MapEntryLite* default_instance_; member in class:google::protobuf::internal::MapEntryLite
    [all...]
reflection.h 200 return static_cast<T*>(default_instance_->New());
223 default_instance_ =
229 const Message* default_instance_; member in class:google::protobuf::RepeatedFieldRef
252 return static_cast<T*>(default_instance_->New());
298 default_instance_ =
304 const Message* default_instance_; member in class:google::protobuf::MutableRepeatedFieldRef
source_context.pb.cc 45 SourceContext::default_instance_,
72 delete SourceContext::default_instance_; member in class:google::protobuf::SourceContext
90 SourceContext::default_instance_ = new SourceContext(); member in class:google::protobuf::SourceContext
91 SourceContext::default_instance_->InitAsDefaultInstance();
150 if (this != default_instance_) {
165 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2fsource_5fcontext_2eproto();
166 return *default_instance_;
169 SourceContext* SourceContext::default_instance_ = NULL; member in class:google::protobuf::SourceContext
timestamp.pb.cc 46 Timestamp::default_instance_,
73 delete Timestamp::default_instance_; member in class:google::protobuf::Timestamp
92 Timestamp::default_instance_ = new Timestamp(); member in class:google::protobuf::Timestamp
93 Timestamp::default_instance_->InitAsDefaultInstance();
164 if (this != default_instance_) {
185 if (default_instance_ == NULL) protobuf_AddDesc_google_2fprotobuf_2ftimestamp_2eproto();
186 return *default_instance_;
189 Timestamp* Timestamp::default_instance_ = NULL; member in class:google::protobuf::Timestamp
api.pb.h 195 static Api* default_instance_; member in class:google::protobuf::Api
336 static Method* default_instance_; member in class:google::protobuf::Method
431 static Mixin* default_instance_; member in class:google::protobuf::Mixin
599 return source_context_ != NULL ? *source_context_ : *default_instance_->source_context_;
    [all...]
struct.pb.h 157 static Struct* default_instance_; member in class:google::protobuf::Struct
319 static Value* default_instance_; member in class:google::protobuf::Value
403 static ListValue* default_instance_; member in class:google::protobuf::ListValue
wrappers.pb.cc 69 DoubleValue::default_instance_,
84 FloatValue::default_instance_,
99 Int64Value::default_instance_,
114 UInt64Value::default_instance_,
129 Int32Value::default_instance_,
144 UInt32Value::default_instance_,
159 BoolValue::default_instance_,
174 StringValue::default_instance_,
189 BytesValue::default_instance_,
232 delete DoubleValue::default_instance_; member in class:google::protobuf::DoubleValue
234 delete FloatValue::default_instance_; member in class:google::protobuf::FloatValue
236 delete Int64Value::default_instance_; member in class:google::protobuf::Int64Value
238 delete UInt64Value::default_instance_; member in class:google::protobuf::UInt64Value
240 delete Int32Value::default_instance_; member in class:google::protobuf::Int32Value
242 delete UInt32Value::default_instance_; member in class:google::protobuf::UInt32Value
244 delete BoolValue::default_instance_; member in class:google::protobuf::BoolValue
246 delete StringValue::default_instance_; member in class:google::protobuf::StringValue
248 delete BytesValue::default_instance_; member in class:google::protobuf::BytesValue
273 DoubleValue::default_instance_ = new DoubleValue(); member in class:google::protobuf::DoubleValue
274 FloatValue::default_instance_ = new FloatValue(); member in class:google::protobuf::FloatValue
275 Int64Value::default_instance_ = new Int64Value(); member in class:google::protobuf::Int64Value
276 UInt64Value::default_instance_ = new UInt64Value(); member in class:google::protobuf::UInt64Value
277 Int32Value::default_instance_ = new Int32Value(); member in class:google::protobuf::Int32Value
278 UInt32Value::default_instance_ = new UInt32Value(); member in class:google::protobuf::UInt32Value
279 BoolValue::default_instance_ = new BoolValue(); member in class:google::protobuf::BoolValue
280 StringValue::default_instance_ = new StringValue(); member in class:google::protobuf::StringValue
281 BytesValue::default_instance_ = new BytesValue(); member in class:google::protobuf::BytesValue
384 DoubleValue* DoubleValue::default_instance_ = NULL; member in class:google::protobuf::DoubleValue
642 FloatValue* FloatValue::default_instance_ = NULL; member in class:google::protobuf::FloatValue
900 Int64Value* Int64Value::default_instance_ = NULL; member in class:google::protobuf::Int64Value
1160 UInt64Value* UInt64Value::default_instance_ = NULL; member in class:google::protobuf::UInt64Value
1420 Int32Value* Int32Value::default_instance_ = NULL; member in class:google::protobuf::Int32Value
1680 UInt32Value* UInt32Value::default_instance_ = NULL; member in class:google::protobuf::UInt32Value
1940 BoolValue* BoolValue::default_instance_ = NULL; member in class:google::protobuf::BoolValue
2200 StringValue* StringValue::default_instance_ = NULL; member in class:google::protobuf::StringValue
2527 BytesValue* BytesValue::default_instance_ = NULL; member in class:google::protobuf::BytesValue
    [all...]
api.pb.cc 57 Api::default_instance_,
78 Method::default_instance_,
94 Mixin::default_instance_,
125 delete Api::default_instance_; member in class:google::protobuf::Api
127 delete Method::default_instance_; member in class:google::protobuf::Method
129 delete Mixin::default_instance_; member in class:google::protobuf::Mixin
162 Api::default_instance_ = new Api(); member in class:google::protobuf::Api
163 Method::default_instance_ = new Method(); member in class:google::protobuf::Method
164 Mixin::default_instance_ = new Mixin(); member in class:google::protobuf::Mixin
165 Api::default_instance_->InitAsDefaultInstance()
257 Api* Api::default_instance_ = NULL; member in class:google::protobuf::Api
987 Method* Method::default_instance_ = NULL; member in class:google::protobuf::Method
1700 Mixin* Mixin::default_instance_ = NULL; member in class:google::protobuf::Mixin
    [all...]
struct.pb.cc 61 Struct::default_instance_,
83 Value::default_instance_,
100 ListValue::default_instance_,
141 delete Struct::default_instance_; member in class:google::protobuf::Struct
143 delete Value::default_instance_; member in class:google::protobuf::Value
146 delete ListValue::default_instance_; member in class:google::protobuf::ListValue
176 Struct::default_instance_ = new Struct(); member in class:google::protobuf::Struct
177 Value::default_instance_ = new Value(); member in class:google::protobuf::Value
179 ListValue::default_instance_ = new ListValue(); member in class:google::protobuf::ListValue
180 Struct::default_instance_->InitAsDefaultInstance()
274 Struct* Struct::default_instance_ = NULL; member in class:google::protobuf::Struct
562 Value* Value::default_instance_ = NULL; member in class:google::protobuf::Value
1296 ListValue* ListValue::default_instance_ = NULL; member in class:google::protobuf::ListValue
    [all...]
type.pb.cc 65 Type::default_instance_,
89 Field::default_instance_,
110 Enum::default_instance_,
127 EnumValue::default_instance_,
143 Option::default_instance_,
179 delete Type::default_instance_; member in class:google::protobuf::Type
181 delete Field::default_instance_; member in class:google::protobuf::Field
183 delete Enum::default_instance_; member in class:google::protobuf::Enum
185 delete EnumValue::default_instance_; member in class:google::protobuf::EnumValue
187 delete Option::default_instance_; member in class:google::protobuf::Option
241 Type::default_instance_ = new Type(); member in class:google::protobuf::Type
242 Field::default_instance_ = new Field(); member in class:google::protobuf::Field
243 Enum::default_instance_ = new Enum(); member in class:google::protobuf::Enum
244 EnumValue::default_instance_ = new EnumValue(); member in class:google::protobuf::EnumValue
245 Option::default_instance_ = new Option(); member in class:google::protobuf::Option
351 Type* Type::default_instance_ = NULL; member in class:google::protobuf::Type
1107 Field* Field::default_instance_ = NULL; member in class:google::protobuf::Field
2026 Enum* Enum::default_instance_ = NULL; member in class:google::protobuf::Enum
2580 EnumValue* EnumValue::default_instance_ = NULL; member in class:google::protobuf::EnumValue
2986 Option* Option::default_instance_ = NULL; member in class:google::protobuf::Option
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 168 static CodeGeneratorRequest* default_instance_; member in class:google::protobuf::compiler::CodeGeneratorRequest
292 static CodeGeneratorResponse_File* default_instance_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
401 static CodeGeneratorResponse* default_instance_; member in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
plugin.pb.cc 54 CodeGeneratorRequest::default_instance_,
70 CodeGeneratorResponse::default_instance_,
87 CodeGeneratorResponse_File::default_instance_,
118 delete CodeGeneratorRequest::default_instance_; member in class:google::protobuf::compiler::CodeGeneratorRequest
120 delete CodeGeneratorResponse::default_instance_; member in class:google::protobuf::compiler::CodeGeneratorResponse
122 delete CodeGeneratorResponse_File::default_instance_; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
148 CodeGeneratorRequest::default_instance_ = new CodeGeneratorRequest(); member in class:google::protobuf::compiler::CodeGeneratorRequest
149 CodeGeneratorResponse::default_instance_ = new CodeGeneratorResponse(); member in class:google::protobuf::compiler::CodeGeneratorResponse
150 CodeGeneratorResponse_File::default_instance_ = new CodeGeneratorResponse_File(); member in class:google::protobuf::compiler::CodeGeneratorResponse_File
151 CodeGeneratorRequest::default_instance_->InitAsDefaultInstance()
232 CodeGeneratorRequest* CodeGeneratorRequest::default_instance_ = NULL; member in class:google::protobuf::compiler::CodeGeneratorRequest
730 CodeGeneratorResponse_File* CodeGeneratorResponse_File::default_instance_ = NULL; member in class:google::protobuf::compiler::CodeGeneratorResponse_File
1098 CodeGeneratorResponse* CodeGeneratorResponse::default_instance_ = NULL; member in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]

Completed in 99 milliseconds

1 2