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

1 2

  /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)
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.cc 22 bool has_type,
34 bool has_type,
38 if (has_type)
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
81 if (has_type)
88 if (has_type)
102 bool has_type) {
106 reporter->Report(has_type, false);
110 bool has_type) {
    [all...]
key_systems_support_uma.h 34 // Reports that the |key_system| is queried. When |has_type|, also reports
36 void ReportKeySystemQuery(const std::string& key_system, bool has_type);
38 // Reports that the queried |key_system| is supported. When |has_type| (a
41 void ReportKeySystemSupport(const std::string& key_system, bool has_type);
key_systems.cc 388 bool has_type = !mime_type.empty(); local
390 key_systems_support_uma_.ReportKeySystemQuery(key_system, has_type);
400 if (!has_type) {
  /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/nanopb-c/tests/basic_buffer/
decode_buffer.c 38 if (phone->has_type)
  /external/checkpolicy/
policy_define.h 38 int define_genfs_context(int has_type);
policy_define.c     [all...]
  /external/nanopb-c/tests/basic_stream/
decode_stream.c 34 if (phone->has_type)
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.cc 131 if (!register_request.has_type() || register_request.type() != expected_type)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder_unittest.py 45 def has_type(array, browser_type): function
  /external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h 226 if (message.has_type()) {
331 if (message.has_type()) {
  /external/chromium_org/media/cast/test/
simulator.cc 456 if (!model.has_type())
  /external/chromium_org/remoting/host/
client_session.cc 215 if (message.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/policy/
device_policy_decoder_chromeos.cc 188 if (entry->has_type()) {
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 171 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 2073 inline bool GLMessage_DataType::has_type() const { function in class:android::gltrace::GLMessage_DataType
    [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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]

Completed in 1786 milliseconds

1 2