OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hb_set_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-set.h
39
typedef struct
hb_set_t
hb_set_t
;
typedef in typeref:struct:hb_set_t
42
hb_set_t
*
45
hb_set_t
*
48
hb_set_t
*
49
hb_set_reference (
hb_set_t
*set);
52
hb_set_destroy (
hb_set_t
*set);
55
hb_set_set_user_data (
hb_set_t
*set,
62
hb_set_get_user_data (
hb_set_t
*set,
68
hb_set_allocation_successful (const
hb_set_t
*set)
[
all
...]
hb-set-private.hh
136
struct
hb_set_t
struct
203
inline bool is_equal (const
hb_set_t
*other) const
210
inline void set (const
hb_set_t
*other)
216
inline void union_ (const
hb_set_t
*other)
222
inline void intersect (const
hb_set_t
*other)
228
inline void subtract (const
hb_set_t
*other)
234
inline void symmetric_difference (const
hb_set_t
*other)
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-set.h
41
typedef struct
hb_set_t
hb_set_t
;
typedef in typeref:struct:hb_set_t
44
hb_set_t
*
47
hb_set_t
*
50
hb_set_t
*
51
hb_set_reference (
hb_set_t
*set);
54
hb_set_destroy (
hb_set_t
*set);
57
hb_set_set_user_data (
hb_set_t
*set,
64
hb_set_get_user_data (
hb_set_t
*set,
70
hb_set_allocation_successful (const
hb_set_t
*set)
[
all
...]
Completed in 39 milliseconds