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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 122 typedef typename NP::ref_type res_type;
176 typedef ReferenceType ref_type; typedef in struct:boost::nfp::named_parameter
180 explicit named_parameter( ref_type v )
190 ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
191 ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
212 ref_type m_value;
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 89 ref_type = self._FindType(type_.ref_type)
90 if ref_type is None:
91 raise KeyError('Cannot find referenced type: %s' % type_.ref_type)
92 if self._default_namespace is ref_type.namespace:
93 cpp_type = ref_type.name
95 cpp_type = '%s::%s' % (ref_type.namespace.unix_name, ref_type.name)
192 return self.FollowRef(self._FindType(type_.ref_type))
234 deps.add(_TypeDependency(self._FindType(type_.ref_type), hard=hard)
    [all...]
dart_generator.py 658 if type_.ref_type in self._types:
659 return self._IsObjectType(self._types[type_.ref_type])
683 if type_.ref_type in self._types:
684 return self._IsListOfSerializableObjects(self._types[type_.ref_type])
723 if type_.ref_type in self._types:
724 return self._GetDartType(self._types[type_.ref_type])
726 return StripNamespace(type_.ref_type)
model_test.py 57 self.assertEquals('tabs.Tab', array_prop.type_.item_type.ref_type)
h_generator.py 130 schema_util.GetNamespace(prop.ref_type) == self._namespace.name):
131 ExpandType(path + [type_], self._namespace.types[prop.ref_type])
model.py 140 self.ref_type = json['$ref']
  /art/runtime/verifier/
reg_type_test.cc 378 const RegType& ref_type = cache.FromDescriptor(NULL, "Ljava/lang/DoesNotExist;", true); local
379 EXPECT_TRUE(ref_type_0.Equals(ref_type));
381 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
386 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
390 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
423 const RegType& ref_type = cache.JavaLangString(); local
427 EXPECT_TRUE(ref_type.Equals(ref_type_2));
429 EXPECT_TRUE(ref_type.IsPreciseReference());
432 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);
443 const RegType& ref_type = cache.JavaLangObject(true) local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 279 typedef typename add_reference<From>::type ref_type; typedef in struct:boost::detail::is_convertible_impl
283 ::boost::detail::is_convertible_basic_impl<ref_type,To>::value,
295 typedef typename add_reference<From>::type ref_type; typedef in struct:boost::detail::is_convertible_impl
299 ::boost::detail::is_convertible_basic_impl<ref_type,To>::value,
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 446 dst_dict['link'] = self._GetLink(type_.ref_type)

Completed in 315 milliseconds