OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unordered_map
(Results
501 - 525
of
717
) sorted by null
<<
21
22
23
24
25
26
27
28
29
/external/openfst/src/include/fst/
edit-fst.h
28
#include <tr1/
unordered_map
>
29
using std::tr1::
unordered_map
;
74
typedef typename
unordered_map
<StateId, StateId>::const_iterator
76
typedef typename
unordered_map
<StateId, Weight>::const_iterator
320
unordered_map
<StateId, StateId> external_to_internal_ids_;
325
unordered_map
<StateId, Weight> edited_final_weights_;
587
typedef typename
unordered_map
<StateId, StateId>::const_iterator
589
typedef typename
unordered_map
<StateId, Weight>::const_iterator
equivalent.h
27
#include <tr1/
unordered_map
>
28
using std::tr1::
unordered_map
;
194
unordered_map
<typename Arc::Label, pair<MappedId, MappedId> >
/external/openfst/src/include/fst/extensions/pdt/
shortest-path.h
28
#include <tr1/
unordered_map
>
29
using std::tr1::
unordered_map
;
237
typedef
unordered_map
<SearchState, SearchData, SearchStateHash> SearchMap;
242
typedef
unordered_map
<ParenSpec, SearchData, ParenHash> ParenMap;
476
unordered_map
<Label, Label> paren_id_map_;
509
typename
unordered_map
<Label, Label>::const_iterator pit
577
typename
unordered_map
<Label, Label>::const_iterator pit
742
typename
unordered_map
<Label, Label>::const_iterator pit
/external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp
83
std::
unordered_map
<string, int64>::const_iterator it =
137
std::
unordered_map
<string, int64>::const_iterator it = symbol_map_.find(symbol);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
eq.pass.cpp
10
// <
unordered_map
>
22
#include <
unordered_map
>
equal_range_const.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
equal_range_non_const.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
iterators.pass.cpp
10
// <
unordered_map
>
23
#include <
unordered_map
>
rehash.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
types.pass.cpp
10
// <
unordered_map
>
31
#include <
unordered_map
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
allocator.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
assign_init.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
copy_alloc.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace_hint.pass.cpp
10
// <
unordered_map
>
23
#include <
unordered_map
>
erase_const_iter.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
insert_hint_rvalue.pass.cpp
10
// <
unordered_map
>
24
#include <
unordered_map
>
insert_init.pass.cpp
10
// <
unordered_map
>
18
#include <
unordered_map
>
insert_range.pass.cpp
10
// <
unordered_map
>
19
#include <
unordered_map
>
insert_rvalue.pass.cpp
10
// <
unordered_map
>
20
#include <
unordered_map
>
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h
21
#include <
unordered_map
>
218
std::vector<std::
unordered_map
<int, float>> mCharProbabilities;
/external/stlport/test/unit/
unordered_test.cpp
5
# include <
unordered_map
>
158
typedef
unordered_map
<int, int, hash<int>, equal_to<int> > umaptype;
168
typedef
unordered_map
<int, umaptype> uumaptype;
269
typedef
unordered_map
<int, string> UnorderedMap1;
270
typedef
unordered_map
<int, UnorderedMap1> UnorderedMap2;
670
unordered_map
<IncompleteClass, IncompleteClass> uminstances;
671
typedef
unordered_map
<IncompleteClass, IncompleteClass>::iterator umit;
/ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp
5
# include <
unordered_map
>
158
typedef
unordered_map
<int, int, hash<int>, equal_to<int> > umaptype;
168
typedef
unordered_map
<int, umaptype> uumaptype;
269
typedef
unordered_map
<int, string> UnorderedMap1;
270
typedef
unordered_map
<int, UnorderedMap1> UnorderedMap2;
670
unordered_map
<IncompleteClass, IncompleteClass> uminstances;
671
typedef
unordered_map
<IncompleteClass, IncompleteClass>::iterator umit;
/ndk/tests/device/test-stlport/unit/
unordered_test.cpp
5
# include <
unordered_map
>
158
typedef
unordered_map
<int, int, hash<int>, equal_to<int> > umaptype;
168
typedef
unordered_map
<int, umaptype> uumaptype;
269
typedef
unordered_map
<int, string> UnorderedMap1;
270
typedef
unordered_map
<int, UnorderedMap1> UnorderedMap2;
670
unordered_map
<IncompleteClass, IncompleteClass> uminstances;
671
typedef
unordered_map
<IncompleteClass, IncompleteClass>::iterator umit;
/external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.h
53
// an
unordered_map
that allows random read/write access.
/external/chromium_org/third_party/protobuf/
CONTRIBUTORS.txt
61
* Detect
unordered_map
in stl_hash.m4.
Completed in 1279 milliseconds
<<
21
22
23
24
25
26
27
28
29