Searched defs:value_type (Results 276 - 300 of 320) sorted by relevance

<<111213

/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-internal.h967 typedef Element value_type; typedef in class:testing::internal::NativeArray
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc76 if (attr->value_type() != GetAttributeValueType(attr->type())) {
396 StunAttributeValueType value_type = GetAttributeValueType(type); local
397 return StunAttribute::Create(value_type, type, static_cast<uint16_t>(length),
435 StunAttribute* StunAttribute::Create(StunAttributeValueType value_type, argument
439 switch (value_type) {
H A Dstun.h217 virtual StunAttributeValueType value_type() const = 0;
231 static StunAttribute* Create(StunAttributeValueType value_type,
265 virtual StunAttributeValueType value_type() const { function in class:cricket::StunAddressAttribute
324 virtual StunAttributeValueType value_type() const { function in class:cricket::StunXorAddressAttribute
345 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt32Attribute
368 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt64Attribute
391 virtual StunAttributeValueType value_type() const { function in class:cricket::StunByteStringAttribute
421 virtual StunAttributeValueType value_type() const { function in class:cricket::StunErrorCodeAttribute
452 virtual StunAttributeValueType value_type() const { function in class:cricket::StunUInt16ListAttribute
/external/clang/include/clang/Analysis/
H A DCFG.h769 typedef CFGBlock value_type; typedef in class:clang::CFGBlock::CFG::graph_iterator
770 typedef value_type& reference;
771 typedef value_type* pointer;
792 typedef const CFGBlock value_type; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
793 typedef value_type& reference;
794 typedef value_type* pointer;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp741 typedef _E value_type; typedef in class:loops::std::initializer_list
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4828 typedef T value_type; typedef in class:__cxxabiv1::__anon10305::short_alloc
4877 typedef T value_type; typedef in class:__cxxabiv1::__anon10305::malloc_alloc
/external/libunwind_llvm/src/
H A DUnwindCursor.hpp648 typedef typename A::pint_t value_type; typedef in struct:libunwind::EHABISectionIterator
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h41 typedef typename ImutInfo::value_type value_type; typedef in class:llvm::ImutAVLTree
69 const value_type& getValue() const { return value; }
232 value_type value;
819 const typename T::value_type> {
838 typedef const T value_type; typedef in struct:llvm::ImutProfileInfo
849 typedef const T value_type; typedef in struct:llvm::ImutProfileInteger
876 typedef const bool value_type; typedef in struct:llvm::ImutProfileInfo
889 typedef const T* value_type; typedef in struct:llvm::ImutProfileInfo
890 typedef value_type value_type_re
910 typedef typename ImutProfileInfo<T>::value_type value_type; typedef in struct:llvm::ImutContainerInfo
936 typedef typename ImutProfileInfo<T*>::value_type value_type; typedef in struct:llvm::ImutContainerInfo
960 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSet
1110 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSetRef
[all...]
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h638 typedef NodeAddr<DefNode*> value_type; typedef in struct:DataFlowGraph::DefStack
640 typedef DefStack::value_type value_type; typedef in struct:DataFlowGraph::DefStack::Iterator
643 value_type operator*() const {
647 const value_type *operator->() const {
673 typedef std::vector<value_type> StorageType;
674 bool isDelimiter(const StorageType::value_type &P, NodeId N = 0) const {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1493 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1498 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1503 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1480 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1485 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1490 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/mesa3d/src/mesa/main/
H A Dget.c87 enum value_type { enum
151 GLubyte type; /**< enum value_type */
2521 static enum value_type
2657 enum value_type type =
2682 enum value_type type =
2708 enum value_type type =
/external/protobuf/conformance/third_party/jsoncpp/
H A Djson.h1125 typedef const Value value_type; typedef in class:Json::ValueConstIterator
1175 typedef Value value_type; typedef in class:Json::ValueIterator
/external/protobuf/src/google/protobuf/
H A Dmap.h55 // types within Map or MapIterator, such as Map::value_type.
467 // This is the class for google::protobuf::Map's internal value_type. Instead of using
468 // std::pair as value_type, we use this class which provides us more control of
513 typedef MapPair<Key, T> value_type; typedef in class:google::protobuf::Map
515 typedef value_type* pointer;
516 typedef const value_type* const_pointer;
517 typedef value_type& reference;
518 typedef const value_type& const_reference;
578 typedef U value_type; typedef in class:google::protobuf::Map::MapAllocator
579 typedef value_type* pointe
[all...]
H A Dmap_test.cc406 typedef typename U::value_type value_type; // a key-value pair typedef
412 const value_type* check_val = &*check_map.find(key)->second;
487 hash_map<int, Map<int, int>::value_type*> mp(n);
620 map_.insert(Map<int32, int32>::value_type(key, value1));
630 map_.insert(Map<int32, int32>::value_type(key, value2));
H A Drepeated_field.h176 typedef Element value_type; typedef in class:google::protobuf::RepeatedField
177 typedef value_type& reference;
178 typedef const value_type& const_reference;
179 typedef value_type* pointer;
180 typedef const value_type* const_pointer;
788 typedef Element value_type; typedef in class:google::protobuf::RepeatedPtrField
789 typedef value_type& reference;
790 typedef const value_type& const_reference;
791 typedef value_type* pointer;
792 typedef const value_type* const_pointe
2077 typedef typename remove_const<Element>::type value_type; typedef in class:google::protobuf::internal::RepeatedPtrIterator
2172 typedef typename remove_const<Element*>::type value_type; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h41 typedef typename ImutInfo::value_type value_type; typedef in class:llvm::ImutAVLTree
69 const value_type& getValue() const { return value; }
232 value_type value;
814 typedef const T value_type; typedef in struct:llvm::ImutProfileInfo
825 typedef const T value_type; typedef in struct:llvm::ImutProfileInteger
853 typedef const T* value_type; typedef in struct:llvm::ImutProfileInfo
854 typedef value_type value_type_ref;
874 typedef typename ImutProfileInfo<T>::value_type value_type; typedef in struct:llvm::ImutContainerInfo
900 typedef typename ImutProfileInfo<T*>::value_type value_type; typedef in struct:llvm::ImutContainerInfo
928 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSet
1094 typedef typename ValInfo::value_type value_type; typedef in class:llvm::ImmutableSetRef
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1485 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1490 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1495 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/clang/include/clang/AST/
H A DDeclBase.h793 typedef Decl *value_type; typedef in class:clang::redecl_iterator
794 typedef const value_type &reference;
795 typedef const value_type *pointer;
803 value_type operator->() const { return Current; }
1088 value_type SingleElement;
1092 explicit iterator(pointer Pos, value_type Single = nullptr)
1417 typedef Decl *value_type; typedef in class:clang::DeclContext::decl_iterator
1418 typedef const value_type &reference;
1419 typedef const value_type *pointer;
1428 value_type operato
1488 typedef SpecificDecl *value_type; typedef in class:clang::DeclContext::specific_decl_iterator
1565 typedef SpecificDecl *value_type; typedef in class:clang::DeclContext::filtered_decl_iterator
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1536 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
1541 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
1546 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4496 typedef T value_type; typedef in class:testing::gmock_matchers_test::Streamlike
4510 value_type,
4512 const value_type*,
4513 const value_type&> {
4516 typename std::list<value_type>::iterator pos)
4519 const value_type& operator*() const { return *pos_; }
4520 const value_type* operator->() const { return &*pos_; }
4530 explicit PostIncrProxy(const value_type& value) : value_(value) {}
4531 value_type operator*() const { return value_; }
4533 value_type value
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2220 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2225 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2230 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/libusb/libusb/os/
H A Dwindows_winusb.c427 DWORD value_type = 0; local
430 status = pRegQueryValueExW(hkey_device_interface, L"LUsb0", NULL, &value_type,
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2220 typedef typename Iterator::value_type value_type; typedef in struct:testing::internal::IteratorTraits
2225 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
2230 typedef T value_type; typedef in struct:testing::internal::IteratorTraits
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2660 const FieldDescriptor* value_type = entry_type->FindFieldByName("value"); local
2661 if (value_type->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
2663 GetDescriptorPoolForMessage(self), value_type->message_type());

Completed in 2408 milliseconds

<<111213