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

/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp114 table_(),
228 Usage {table_.attributes.usage.page, usage},
257 Attributes attributes = table_.attributes;
261 for (uint32_t ix = 0; ix != table_.report_count; ++ ix) {
268 table_.report_id,
319 table_.attributes.usage.page =
325 table_.attributes.logc_mm.min = data;
330 table_.attributes.logc_mm.max = data;
335 table_.attributes.phys_mm.min = data;
340 table_
479 StateTable table_; member in class:hid::impl::ParseState
[all...]
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp63 for (auto& entry : table_) {
73 table_.push_back(fbl::move(entry));
78 for (; ind < table_.size(); ++ind){
79 if (table_[ind].dispatcher == dispatcher){
80 table_.erase(ind);
90 for (auto& entry : table_) {
121 fbl::Vector<DeadlinesByDispatcher> table_; member in class:async::TestLoop::TestLoopTimeKeeper
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state_priv.h41 El2TranslationTable table_; member in class:El2CpuState
H A Del2_cpu_state.cpp62 El2TranslationTable& table = cpu_state->table_;
91 status = cpu_state->table_.Init();

Completed in 16 milliseconds