Home
last modified time | relevance | path

Searched refs:InitElement (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc1051 tuple->InitElement(0, first); in Tuple()
1052 tuple->InitElement(1, second); in Tuple()
1053 tuple->InitElement(2, third); in Tuple()
Dtypes.h605 void InitElement(int i, Type type) { this->Set(i, type); } in InitElement() function
/external/googletest/googlemock/docs/
DCheatSheet.md499 all_inits += EXPECT_CALL(foo, InitElement(i));