Searched refs:type_info_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dcom_type_info_holder.h56 ITypeInfo* ti = type_info_.get();
63 base::win::ScopedComPtr<ITypeInfo> type_info_; member in class:com_util::TypeInfoNameCache
97 TypeInfoHolder() : type_info_(NULL) {
101 if (!type_info_)
102 type_info_ = TypeInfoCache::Singleton()->Lookup(&iid);
103 return type_info_ != NULL;
108 *info = type_info_->CopyTypeInfo();
119 return type_info_->GetIDsOfNames(names, count, dispids);
128 return type_info_->Invoke(p, dispid, flags, params, result, excepinfo,
133 TypeInfoNameCache* type_info_; member in class:com_util::TypeInfoHolder
165 TypeInfoHolder<iid> type_info_; member in class:com_util::IDispatchImpl
186 TypeInfoHolder<class_id> type_info_; member in class:com_util::IProvideClassInfo2Impl
[all...]
H A Dcom_type_info_holder.cc55 DCHECK(type_info_ == NULL);
68 hr = type_lib->GetTypeInfoOfGuid(iid, type_info_.Receive());
78 DCHECK(type_info_ != NULL);
84 hr = type_info_->GetIDsOfNames(&names[i], 1, &dispids[i]);
97 DCHECK(type_info_);
98 HRESULT hr = type_info_->Invoke(p, dispid, flags, params, result, excepinfo,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc215 return type_info_->prototype == this ||
216 // If type_info_->prototype is NULL, then we must be constructing
218 type_info_->prototype == NULL;
228 const TypeInfo* type_info_; member in class:google::protobuf::DynamicMessage
235 : type_info_(type_info),
246 const Descriptor* descriptor = type_info_->type;
248 new(OffsetToPointer(type_info_->unknown_fields_offset)) UnknownFieldSet;
250 if (type_info_->extensions_offset != -1) {
251 new(OffsetToPointer(type_info_->extensions_offset)) ExtensionSet;
256 void* field_ptr = OffsetToPointer(type_info_
[all...]
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc203 return type_info_->prototype == this ||
204 // If type_info_->prototype is NULL, then we must be constructing
206 type_info_->prototype == NULL;
216 const TypeInfo* type_info_; member in class:google::protobuf::DynamicMessage
223 : type_info_(type_info),
234 const Descriptor* descriptor = type_info_->type;
236 new(OffsetToPointer(type_info_->unknown_fields_offset)) UnknownFieldSet;
238 if (type_info_->extensions_offset != -1) {
239 new(OffsetToPointer(type_info_->extensions_offset)) ExtensionSet;
244 void* field_ptr = OffsetToPointer(type_info_
[all...]

Completed in 315 milliseconds