HomeSort by: relevance | last modified time | path
    Searched defs:proto2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 83 namespace proto2 { class Message; } namespace
855 // true if and only if T is type proto2::Message or a subclass of it.
859 std::is_convertible<const T*, const ::proto2::Message*>::value> {};
  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c 1123 static gdb_byte proto2[4] = { 0x87, 0x44, 0x24, 0x00 };
1139 if (memcmp (buf, proto1, 3) != 0 && memcmp (buf, proto2, 4) != 0)
1119 static gdb_byte proto2[4] = { 0x87, 0x44, 0x24, 0x00 }; local
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.c 1137 static gdb_byte proto2[4] = { 0x87, 0x44, 0x24, 0x00 };
1153 if (memcmp (buf, proto1, 3) != 0 && memcmp (buf, proto2, 4) != 0)
1133 static gdb_byte proto2[4] = { 0x87, 0x44, 0x24, 0x00 }; local

Completed in 50 milliseconds