OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IdToKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/testing/gtest/test/
gtest_stress_test.cc
64
std::string
IdToKey
(int id, const char* suffix) {
79
TestPropertyKeyIs matches_key(
IdToKey
(id, suffix).c_str());
106
Test::RecordProperty(
IdToKey
(id, "string").c_str(), IdToString(id).c_str());
107
Test::RecordProperty(
IdToKey
(id, "int").c_str(), id);
/external/gtest/test/
gtest_stress_test.cc
64
std::string
IdToKey
(int id, const char* suffix) {
79
TestPropertyKeyIs matches_key(
IdToKey
(id, suffix).c_str());
106
Test::RecordProperty(
IdToKey
(id, "string").c_str(), IdToString(id).c_str());
107
Test::RecordProperty(
IdToKey
(id, "int").c_str(), id);
/external/chromium_org/v8/src/
type-info.cc
35
static uint32_t
IdToKey
(TypeFeedbackId ast_id) {
41
int entry = dictionary_->FindEntry(
IdToKey
(ast_id));
460
DCHECK(dictionary_->FindEntry(
IdToKey
(ast_id)) ==
466
dictionary_,
IdToKey
(ast_id), handle(target, isolate())));
Completed in 582 milliseconds