Home
last modified time | relevance | path

Searched defs:first_type (Results 1 – 17 of 17) sorted by relevance

/external/libabigail/tests/data/test-read-ctf/
Dtest7.h12 struct first_type struct
14 integer member0;
15 character member1;
16 constructor ctor;
/external/libabigail/tests/data/test-read-dwarf/
Dtest2.h4 struct first_type struct
9 first_type(); argument
Dtest2-0.cc8 first_type::first_type() in first_type() function in first_type
/external/clang/test/PCH/
Dcrash-12631281.cpp16 typedef _T1 first_type; typedef
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c52 __u32 first_type; in do_test_VIDIOC_ENUM_FRAMESIZES() local
/external/e2fsprogs/ext2ed/
Dmain.c79 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked … variable
/external/webrtc/modules/audio_coding/codecs/cng/
Daudio_encoder_cng_unittest.cc179 bool CheckMixedActivePassive(Vad::Activity first_type, in CheckMixedActivePassive()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatmap.h51 typedef Key first_type; typedef
/external/deqp/modules/glshared/
DglsFboUtil.hpp71 typedef T1 first_type; typedef
/external/icing/icing/schema/
Dschema-store_test.cc959 const std::string first_type = "first"; in TEST_F() local
/external/armnn/third-party/mapbox/
Dvariant.hpp531 using first_type = typename std::tuple_element<0, types>::type; typedef in mapbox::util::variant
/external/libabigail/src/
Dabg-comp-filter.cc1307 type_base *first_type = in has_harmless_enum_to_int_change() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c1040 const struct glsl_type *first_type = first->deref->type; in try_vectorize() local
/external/protobuf/src/google/protobuf/
Dmap.h94 typedef const Key first_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1416 auto first_type = (*operands.begin()).getType().cast<ShapedType>(); in inferReturnTypes() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1151 mlir::Type first_type = other_operands.front().value.getType(); in VerifyBatchNormForThunkEmission() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1487 using first_type = int; in TEST() typedef