HomeSort by relevance Sort by last modified time
    Searched defs:id_type (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/sessions/
session_command.h 28 typedef uint8 id_type; typedef in class:SessionCommand
35 SessionCommand(id_type id, size_type size);
39 SessionCommand(id_type id, const Pickle& pickle);
46 id_type id() const { return id_; }
62 const id_type id_;
session_backend.h 35 typedef SessionCommand::id_type id_type; typedef in class:SessionBackend
session_backend.cc 40 typedef SessionCommand::id_type id_type; typedef in class:__anon9282::SessionFileReader
151 const id_type command_id = buffer_[buffer_position_];
155 new SessionCommand(command_id, command_size - sizeof(id_type));
156 if (command_size > sizeof(id_type)) {
158 &(buffer_[buffer_position_ + sizeof(id_type)]),
159 command_size - sizeof(id_type));
310 const size_type total_size = content_size + sizeof(id_type);
321 id_type command_id = (*i)->id();
  /external/chromium_org/components/sessions/
session_id.h 14 typedef int32 id_type; typedef in class:SessionID
20 void set_id(id_type id) { id_ = id; }
21 id_type id() const { return id_; }
24 id_type id_;
  /external/llvm/include/llvm/Support/
Process.h 63 typedef pid_t id_type; typedef in class:llvm::sys::process
65 typedef unsigned long id_type; // Must match the type of DWORD. typedef in class:llvm::sys::process
71 virtual id_type get_id() = 0;
113 id_type get_id() override;
  /external/ipsec-tools/src/racoon/
admin.h 106 int id_type; member in struct:admin_com_psk
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 460 u8 id_type; local
472 id_type = idi[0];
476 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type);
484 data->IDi_type = id_type;
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 516 u8 id_type; local
528 id_type = idr[0];
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type);
535 if (id_type != data->IDr_type || idr_len != data->IDr_len ||
540 id_type);
552 data->IDr_type = id_type;
  /external/chromium_org/media/formats/webm/
webm_parser.cc 804 ElementType id_type = local
808 if (id_type == UNKNOWN) {
836 if (id_type == LIST) {
849 int bytes_parsed = ParseNonListElement(id_type, id, element_size,
  /external/tcpdump/
isakmp.h 251 u_int8_t id_type; /* ID Type */ member in union:ikev1_pl_id::__anon36054
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 236 tBTA_GATT_ID_TYPE id_type; member in struct:__anon5395
    [all...]
  /external/elfutils/0.153/src/
ld.h 625 enum id_type enum in union:id_list::__anon25916
630 } id_type; member in union:id_list::__anon25916
    [all...]

Completed in 870 milliseconds