HomeSort by relevance Sort by last modified time
    Searched refs:hash_map (Results 26 - 42 of 42) sorted by null

12

  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 320 static hash_map<string, TypeRenderer>* renderers_;
default_value_objectwriter.cc 295 hash_map<string, int> orig_children_map;
317 hash_map<string, int>::iterator found =
protostream_objectwriter.cc     [all...]
protostream_objectsource.cc 672 hash_map<string, ProtoStreamObjectSource::TypeRenderer>*
677 renderers_ = new hash_map<string, ProtoStreamObjectSource::TypeRenderer>();
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 53 // hash_map and hash_set are available under Visual C++.
55 # define GTEST_HAS_HASH_MAP_ 1 // Indicates that hash_map is available.
56 # include <hash_map> // NOLINT
220 using ::stdext::hash_map;
802 hash_map<int, char> map1;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 71 hash_map<const void*, PyObject*> interned_descriptors;
190 hash_map<const void*, PyObject*>* descriptor_options =
322 hash_map<const void*, PyObject*>::iterator it =
    [all...]
  /external/libchrome/base/containers/
small_map.h 65 // map type has a "key_equal" member (hash_map does), then that will
132 // map or hash_map, or use another type of map, this won't get used.
134 // If we switch to using std::unordered_map for base::hash_map, then the
135 // hash_map specialization can be removed.
145 struct select_equal_key<base::hash_map<KeyType, ValueType>, false> {
154 // hash_map<>.
578 int size_; // negative = using hash_map
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 118 hash_map<string, const char*> files_;
parser.cc 60 typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
    [all...]
  /external/protobuf/src/google/protobuf/
map_test.cc 487 hash_map<int, Map<int, int>::value_type*> mp(n);
488 hash_map<int, Map<int, int>::iterator> mi(n);
529 // As multiple underlying hash_map implementations do not follow the
559 // As multiple underlying hash_map implementations do not follow the
    [all...]
dynamic_message.cc 609 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
descriptor.cc 228 // Used only by MSVC and platforms where hash_map is not available.
251 // Used only by MSVC and platforms where hash_map is not available.
325 typedef hash_map<const char*, Symbol,
328 typedef hash_map<PointerStringPair, Symbol,
331 typedef hash_map<const char*, const FileDescriptor*,
334 typedef hash_map<PointerStringPair, const FieldDescriptor*,
337 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
340 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
343 // This is a map rather than a hash_map, since we use it to iterate
349 typedef hash_map<string, const SourceCodeInfo_Location*> LocationsByPathMap
    [all...]
map.h 698 // 4. As is typical for hash_map and such, the Keys and Values are always
    [all...]
extension_set.cc 79 typedef hash_map<pair<const MessageLite*, int>,
    [all...]
  /build/soong/cmd/dep_fixer/
deps_test.go 291 external/ninja/src/build_log.h external/ninja/src/hash_map.h \
  /external/libchrome/mojo/core/
multiprocess_message_pipe_unittest.cc     [all...]

Completed in 2210 milliseconds

12