Searched defs:set_index (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_quick_provider.h64 void set_index(history::InMemoryURLIndex* index) { function in class:HistoryQuickProvider
/external/ceres-solver/internal/ceres/
H A Dresidual_block.h128 void set_index(int index) { index_ = index; } function in class:ceres::internal::ResidualBlock
H A Dparameter_block.h133 void set_index(int index) { index_ = index; } function in class:ceres::internal::ParameterBlock
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.h94 void set_index(int index) { index_ = index; } function in class:sessions::SerializedNavigationEntry
/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h93 void set_index(GLuint index) { function in class:gpu::gles2::VertexAttrib
/external/chromium_org/v8/src/
H A Dscopeinfo.h166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
H A Dgdb-jit.cc331 void set_index(uint16_t index) { index_ = index; } function in class:v8::ELFSection
623 section->set_index(sections_.length() - 1);
H A Dpreparser.h793 void set_index(int index) {} // For YieldExpressions function in class:v8::internal::PreParserExpression
2246 yield->set_index(function_state_->NextHandlerIndex());
H A Dast.h2247 void set_index(int index) { function in class:v8::internal::FINAL
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
297 case 1: return u.format1.covers (set_index, glyph_id);
364 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
276 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
297 case 1: return u.format1.covers (set_index, glyph_id);
364 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/chromium_org/tools/gn/
H A Dparse_tree.h155 void set_index(scoped_ptr<ParseNode> i) { index_ = i.Pass(); } function in class:AccessorNode

Completed in 471 milliseconds