Home
last modified time | relevance | path

Searched refs:GetAs (Results 1 – 9 of 9) sorted by relevance

/external/google-benchmark/test/
Doutput_test.h131 T GetAs(const char* entry_name) const;
137 double dval = GetAs<double>(entry_name); in GetCounterAs()
144 T Results::GetAs(const char* entry_name) const { in GetAs() function
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
196 _CHECK_FLOAT_RESULT_VALUE(entry, GetAs, double, var_name, relationship, value, eps_factor)
Doutput_test_helper.cc312 return GetAs<double>("iterations"); in NumIterations()
318 double val = GetAs<double>(which_str); in GetTime()
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h131 T GetAs(const char* entry_name) const;
137 double dval = GetAs<double>(entry_name); in GetCounterAs()
144 T Results::GetAs(const char* entry_name) const { in GetAs() function
190 _CHECK_RESULT_VALUE(entry, GetAs, var_type, var_name, relationship, value)
196 _CHECK_FLOAT_RESULT_VALUE(entry, GetAs, double, var_name, relationship, value, eps_factor)
Doutput_test_helper.cc312 return GetAs<double>("iterations"); in NumIterations()
318 double val = GetAs<double>(which_str); in GetTime()
/external/llvm/tools/dsymutil/
DBinaryHolder.h126 ErrorOr<const ObjectFileType &> GetAs(const Triple &T) { in GetAs() function
DMachODebugMapParser.cpp129 CurrentObjectHolder.GetAs<MachOObjectFile>(Result->getTriple()); in switchToNewDebugMapObject()
DMachOUtils.cpp337 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple()); in generateDsymCompanion()
/external/flatbuffers/tests/
Dtest.cpp2082 auto belle = cs->GetAs<BookReader>(0); in UnionVectorTest()
2084 auto mu_lan = cs->GetAs<Attacker>(1); in UnionVectorTest()
2086 auto book_fan = cs->GetAs<BookReader>(2); in UnionVectorTest()
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h252 template<typename U> const U *GetAs(uoffset_t i) const {