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

/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/v8/src/ast/
H A Dscopeinfo.h166 void set_index(int i, int index) { function in class:v8::internal::ModuleInfo
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh282 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
283 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
302 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
305 case 1: return u.format1.covers (set_index, glyph_id);
373 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const argument
374 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
/external/v8/src/
H A Dproperty-details.h284 PropertyDetails set_index(int index) const { function in class:v8::internal::BASE_EMBEDDED
H A Dgdb-jit.cc333 void set_index(uint16_t index) { index_ = index; } function in class:v8::internal::ELFSection
622 section->set_index(sections_.length() - 1);
/external/v8/src/parsing/
H A Dpreparser.h292 void set_index(int index) {} // For YieldExpressions function in class:v8::internal::PreParserExpression

Completed in 151 milliseconds