Home
last modified time | relevance | path

Searched defs:IsMap (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/dports/devel/parallel-hashmap/parallel-hashmap-1.33/tests/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DStreamHelpers.h125 struct IsMap struct
133 static const bool value = IsContainer<T>::value && sizeof(test<T>(0)) == sizeof(char);
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DStreamHelpers.h125 struct IsMap struct
133 static const bool value = IsContainer<T>::value && sizeof(test<T>(0)) == sizeof(char);
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DStreamHelpers.h125 struct IsMap struct
133 static const bool value = IsContainer<T>::value && sizeof(test<T>(0)) == sizeof(char);
/dports/www/gohugo/hugo-0.91.2/tpl/reflect/
H A Dreflect.go29 func (ns *Namespace) IsMap(v interface{}) bool { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/include/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/include/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/include/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/include/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/include/yaml-cpp/node/
H A Dnode.h59 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/include/yaml-cpp/node/
H A Dnode.h58 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/www/trafficserver/trafficserver-9.1.1/lib/yamlcpp/include/yaml-cpp/node/
H A Dnode.h59 bool IsMap() const { return Type() == NodeType::Map; } in IsMap() function
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dfield_type.go15 IsMap() bool methodSpec
74 func (s *scalarT) IsMap() bool { return false } func
163 func (m *mapT) IsMap() bool { return true } func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dfield_type.go15 IsMap() bool methodSpec
74 func (s *scalarT) IsMap() bool { return false } func
163 func (m *mapT) IsMap() bool { return true } func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dfield_type.go15 IsMap() bool methodSpec
74 func (s *scalarT) IsMap() bool { return false } func
163 func (m *mapT) IsMap() bool { return true } func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dfield_type.go15 IsMap() bool methodSpec
74 func (s *scalarT) IsMap() bool { return false } func
163 func (m *mapT) IsMap() bool { return true } func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dfield_type.go15 IsMap() bool methodSpec
74 func (s *scalarT) IsMap() bool { return false } func
163 func (m *mapT) IsMap() bool { return true } func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs199 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor

12345678910>>...22