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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
has_type.hpp 13 // $Id: has_type.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_type, type, true)
push_back_impl.hpp 19 #include <boost/mpl/aux_/has_type.hpp>
53 : aux::has_type< push_back< Seq, has_push_back_arg > >
57 typedef aux::has_type< push_back< Seq, has_push_back_arg > > type;
59 (aux::has_type< push_back< Seq, has_push_back_arg > >::value)
push_front_impl.hpp 19 #include <boost/mpl/aux_/has_type.hpp>
54 : aux::has_type< push_front< Seq, has_push_front_arg > >
58 typedef aux::has_type< push_front< Seq, has_push_front_arg > > type;
60 (aux::has_type< push_front< Seq, has_push_front_arg > >::value)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 36 , aux::has_type< F<U1> >::value
53 , aux::has_type< F< U1,U2 > >::value
70 , aux::has_type< F< U1,U2,U3 > >::value
90 , aux::has_type< F< U1,U2,U3,U4 > >::value
115 , aux::has_type< F< U1,U2,U3,U4,U5 > >::value
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
quote.hpp 23 # include <boost/mpl/aux_/has_type.hpp>
132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value >
  /external/checkpolicy/
policy_define.h 37 int define_genfs_context(int has_type);
policy_define.c     [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.cc 133 if (!register_request.has_type() || register_request.type() != expected_type)
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_finder_unittest.py 37 def has_type(array, browser_type): function
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 80 bool has_type = false; local
110 has_type = true;
228 if (!has_type) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 134 if (entry->has_type()) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 699 if (field->has_type() && field->type() == FieldDescriptorProto::TYPE_GROUP) {
791 if (!field->has_type()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 501 if (entry->has_type()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 533 if (!field->has_type()) {
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 715 inline bool has_type() const;
1691 inline bool GLMessage_DataType::has_type() const { function in class:android::gltrace::GLMessage_DataType
    [all...]
gltrace.pb.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc     [all...]
descriptor.pb.h 3047 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor_unittest.cc     [all...]
descriptor.pb.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
descriptor.pb.h 3622 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor_unittest.cc     [all...]

Completed in 1577 milliseconds