OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USet
(Results
1 - 7
of
7
) sorted by null
/external/llvm/unittests/ADT/
SparseSetTest.cpp
17
typedef SparseSet<unsigned>
USet
;
21
USet
Set;
33
const
USet
&CSet = Set;
38
USet
::const_iterator I = CSet.find(5);
44
USet
Set;
46
std::pair<
USet
::iterator, bool> IP = Set.insert(5);
72
USet
::iterator I = Set.find(5);
81
USet
Set;
92
USet
::const_iterator I = Set.begin();
106
std::pair<
USet
::iterator, bool> IP = Set.insert(3)
[
all
...]
SparseMultiSetTest.cpp
17
typedef SparseMultiSet<unsigned>
USet
;
21
USet
Set;
32
const
USet
&CSet = Set;
36
USet
::const_iterator I = CSet.find(5);
42
USet
Set;
44
USet
::iterator I = Set.insert(5);
82
USet
Set;
113
USet
::iterator I = Set.erase(Set.find(6));
163
USet
Set;
173
USet
::RangePair RangePair = Set.equal_range(0)
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
uset.h
8
* file name:
uset
.h
35
struct
USet
;
41
typedef struct
USet
USet
;
239
*
USet
API
243
* Create an empty
USet
object.
245
* @return a newly created
USet
. The caller must call uset_close() on
249
U_STABLE
USet
* U_EXPORT2
253
* Creates a
USet
object that contains the range of characters
258
* @return a newly created
USet
. The caller must call uset_close() o
[
all
...]
ucnv.h
57
*
USet
is the C API type for Unicode sets.
60
* See unicode/
uset
.h
65
struct
USet
;
67
typedef struct
USet
USet
;
[
all
...]
/external/icu4c/common/unicode/
uset.h
8
* file name:
uset
.h
35
struct
USet
;
41
typedef struct
USet
USet
;
243
*
USet
API
247
* Create an empty
USet
object.
249
* @return a newly created
USet
. The caller must call uset_close() on
253
U_STABLE
USet
* U_EXPORT2
257
* Creates a
USet
object that contains the range of characters
262
* @return a newly created
USet
. The caller must call uset_close() o
[
all
...]
ucnv.h
57
*
USet
is the C API type for Unicode sets.
60
* See unicode/
uset
.h
65
struct
USet
;
67
typedef struct
USet
USet
;
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
[
all
...]
Completed in 192 milliseconds