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

1 23

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 24 #include <ext/hash_map>
25 using __gnu_cxx::hash_map;
189 // containers (map, hash_map), i.e. table[x] must return a reference
203 // The generic implementation is a wrapper around a hash_map.
255 typedef hash_map<StateTuple,
293 // Subscript operator. Behaves in a way similar to its map/hash_map
    [all...]
encode.h 96 typedef hash_map<const Tuple*,
map.h 838 typedef hash_map<SW, Label, StringKey> Map;
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 96 hash_map<string, const char*> files_;
command_line_interface.cc 249 // map instead of hash_map so that files are written in order (good when
609 typedef hash_map<string, MemoryOutputDirectory*> OutputDirectoryMap;
    [all...]
parser.cc 59 typedef hash_map<string, FieldDescriptorProto::Type> TypeNameMap;
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
descriptor.cc 187 // Used only by MSVC and platforms where hash_map is not available.
208 // Used only by MSVC and platforms where hash_map is not available.
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
283 typedef hash_map<const char*, const FileDescriptor*,
286 typedef hash_map<PointerStringPair, const FieldDescriptor*,
289 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
292 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
295 // This is a map rather than a hash_map, since we use it to iterate
    [all...]
extension_set.cc 62 typedef hash_map<pair<const MessageLite*, int>,
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 322 typedef base::hash_map<std::string, size_t> HeadersMap;
    [all...]
http_cache_unittest.cc 504 typedef base::hash_map<std::string, MockDiskEntry*> EntryMap;
    [all...]
  /external/stlport/src/
facets_byname.cpp 20 #include <hash_map>
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 20 #include <hash_map>
    [all...]
  /external/protobuf/
configure     [all...]

Completed in 1042 milliseconds

1 23