HomeSort by relevance Sort by last modified time
    Searched refs:type_info_ (Results 1 - 6 of 6) sorted by null

  /external/libchrome/mojo/core/ports/
user_message.h 32 const TypeInfo* type_info() const { return type_info_; }
47 const TypeInfo* const type_info_; variable
user_message.cc 11 UserMessage::UserMessage(const TypeInfo* type_info) : type_info_(type_info) {}
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 287 return type_info_->prototype == this ||
288 // If type_info_->prototype is NULL, then we must be constructing
290 type_info_->prototype == NULL;
300 const TypeInfo* type_info_; member in class:google::protobuf::DynamicMessage
306 : type_info_(type_info),
313 : type_info_(type_info),
328 const Descriptor* descriptor = type_info_->type;
332 new(OffsetToPointer(type_info_->oneof_case_offset + sizeof(uint32) * i))
336 if (type_info_->is_default_instance_offset != -1) {
338 OffsetToPointer(type_info_->is_default_instance_offset)) = false
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 686 key() : type_info_(0), id_(0) {}
687 const std::type_info* type_info_; member in struct:asio::io_service::service::key
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.hpp 68 key.type_info_ = &typeid(typeid_wrapper<Service>);
  /art/runtime/
oat_file_manager.cc 212 : type_info_(type_info),
216 type_info_->AdvanceIterator();
238 return type_info_->GetIterator() != type_info_->GetIteratorEnd();
242 cached_descriptor_ = dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info_->GetIterator()));
243 type_info_->AdvanceIterator();
255 TypeIndexInfo* type_info_; member in class:art::DexFileAndClassPair
    [all...]

Completed in 162 milliseconds