Searched refs:InitElement (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | types.h | 450 void InitElement(int i, Type* type) { this->Set(i, type); } in InitElement() function 521 tuple->AsTuple()->InitElement(0, first); in Tuple() 522 tuple->AsTuple()->InitElement(1, second); in Tuple() 523 tuple->AsTuple()->InitElement(2, third); in Tuple()
|
/external/v8/src/ast/ |
D | ast-types.h | 647 void InitElement(int i, AstType* type) { this->Set(i, type); } in InitElement() function 767 tuple->AsTuple()->InitElement(0, first); in Tuple() 768 tuple->AsTuple()->InitElement(1, second); in Tuple() 769 tuple->AsTuple()->InitElement(2, third); in Tuple()
|
/external/googletest/googlemock/docs/v1_5/ |
D | CheatSheet.md | 436 all_inits += EXPECT_CALL(foo, InitElement(i));
|
/external/googletest/googlemock/docs/v1_6/ |
D | CheatSheet.md | 445 all_inits += EXPECT_CALL(foo, InitElement(i));
|
/external/googletest/googlemock/docs/v1_7/ |
D | CheatSheet.md | 467 all_inits += EXPECT_CALL(foo, InitElement(i));
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 473 all_inits += EXPECT_CALL(foo, InitElement(i));
|