HomeSort by relevance Sort by last modified time
    Searched defs:CodeLocation (Results 1 - 4 of 4) sorted by null

  /tools/dexter/slicer/export/slicer/
code_ir.h 58 struct CodeLocation;
88 virtual bool Visit(CodeLocation* location) { return false; }
219 struct CodeLocation : public Operand {
222 CodeLocation(Label* label) : label(label) {}
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 504 struct CodeLocation {
505 CodeLocation(const std::string& a_file, int a_line)
535 CodeLocation code_location,
566 ::std::make_pair(test_name, CodeLocation(file, line)));
574 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
587 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
631 CodeLocation code_location,
662 static bool Register(const char* /*prefix*/, CodeLocation,
676 static bool Register(const char* prefix, CodeLocation code_location,
689 const CodeLocation& test_location = state->GetCodeLocation(test_name)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 504 struct CodeLocation {
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {}
534 CodeLocation code_location,
565 ::std::make_pair(test_name, CodeLocation(file, line)));
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
630 CodeLocation code_location,
661 static bool Register(const char* /*prefix*/, CodeLocation,
675 static bool Register(const char* prefix, CodeLocation code_location,
688 const CodeLocation& test_location = state->GetCodeLocation(test_name)
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 504 struct CodeLocation {
505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {}
534 CodeLocation code_location,
565 ::std::make_pair(test_name, CodeLocation(file, line)));
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
630 CodeLocation code_location,
661 static bool Register(const char* /*prefix*/, CodeLocation,
675 static bool Register(const char* prefix, CodeLocation code_location,
688 const CodeLocation& test_location = state->GetCodeLocation(test_name)
    [all...]

Completed in 148 milliseconds