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

  /external/gemmlowp/internal/
allocator.h 60 inline TypeId GetTypeId() {
160 h.type_ = GetTypeId<T>();
177 assert(h.type_ == GetTypeId<T>() && "type mismatch");
  /art/compiler/optimizing/
graph_visualizer.cc 238 char GetTypeId(Primitive::Type type) {
388 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex()));
548 input_list.NewEntryStream() << GetTypeId(input->GetType()) << input->GetId();
562 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId();
663 << GetTypeId(instruction->GetType()) << instruction->GetId() << " ";
786 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType())
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() {
517 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() {
456 // of GetTypeId< ::testing::Test>() to get the type ID of
646 GetTypeId<FixtureClass>(),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() {
456 // of GetTypeId< ::testing::Test>() to get the type ID of
646 GetTypeId<FixtureClass>(),
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 517 // GetTypeId<T>() returns the ID of type T. Different values will be
521 TypeId GetTypeId() {
530 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 508 // GetTypeId<T>() returns the ID of type T. Different values will be
512 TypeId GetTypeId() {
521 // of GetTypeId< ::testing::Test>() to get the type ID of
680 GetTypeId<FixtureClass>(),
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() {
456 // of GetTypeId< ::testing::Test>() to get the type ID of
646 GetTypeId<FixtureClass>(),
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 413 // GetTypeId<T>() returns the ID of type T. Different values will be
417 TypeId GetTypeId() {
426 // of GetTypeId< ::testing::Test>() to get the type ID of
586 GetTypeId<FixtureClass>(),
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 402 // GetTypeId<T>() returns the ID of type T. Different values will be
406 TypeId GetTypeId() {
415 // of GetTypeId< ::testing::Test>() to get the type ID of
575 GetTypeId<FixtureClass>(),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 402 // GetTypeId<T>() returns the ID of type T. Different values will be
406 TypeId GetTypeId() {
415 // of GetTypeId< ::testing::Test>() to get the type ID of
575 GetTypeId<FixtureClass>(),
    [all...]
  /art/dexlayout/
dex_ir.h 221 TypeId* GetTypeId(uint32_t index) {
254 return index == DexFile::kDexNoIndex16 ? nullptr : GetTypeId(index);
671 TypeId* GetTypeId() const { return u_.type_val_; }
833 const TypeId* GetTypeId() const { return type_id_; }
    [all...]
  /art/runtime/
dex_file.h 590 const TypeId& GetTypeId(dex::TypeIndex idx) const {
642 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
    [all...]
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 643 milliseconds