HomeSort by relevance Sort by last modified time
    Searched refs:GetAs (Results 1 - 9 of 9) sorted by null

  /external/google-benchmark/test/
output_test.h 131 T GetAs(const char* entry_name) const;
137 double dval = GetAs<double>(entry_name);
144 T Results::GetAs(const char* entry_name) const {
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)
output_test_helper.cc 312 return GetAs<double>("iterations");
318 double val = GetAs<double>(which_str);
  /external/libcxx/utils/google-benchmark/test/
output_test.h 131 T GetAs(const char* entry_name) const;
137 double dval = GetAs<double>(entry_name);
144 T Results::GetAs(const char* entry_name) const {
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)
output_test_helper.cc 312 return GetAs<double>("iterations");
318 double val = GetAs<double>(which_str);
  /external/llvm/tools/dsymutil/
BinaryHolder.h 126 ErrorOr<const ObjectFileType &> GetAs(const Triple &T) {
MachODebugMapParser.cpp 129 CurrentObjectHolder.GetAs<MachOObjectFile>(Result->getTriple());
MachOUtils.cpp 337 InputBinaryHolder.GetAs<object::MachOObjectFile>(DM.getTriple());
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 252 template<typename U> const U *GetAs(uoffset_t i) const {
    [all...]

Completed in 336 milliseconds