OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_State
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
hashtable_policy.h
282
typedef std::pair<std::size_t, std::size_t>
_State
;
284
_State
289
_M_reset(const
_State
& __state)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h
200
struct
_State
211
explicit
_State
(_OpcodeT __opcode)
215
_State
(const _Matcher& __m)
219
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
224
_State
(_StateIdT __next, _StateIdT __alt)
256
: public _Automaton, public std::vector<
_State
>
259
typedef
_State
_StateT;
335
// Describes a sequence of one or more %
_State
, its current start and end(s).
hashtable_policy.h
282
typedef std::pair<std::size_t, std::size_t>
_State
;
284
_State
289
_M_reset(const
_State
& __state)
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h
202
* @brief struct
_State
211
struct
_State
222
explicit
_State
(_OpcodeT __opcode)
226
_State
(const _Matcher& __m)
230
_State
(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
235
_State
(_StateIdT __next, _StateIdT __alt)
270
: public _Automaton, public std::vector<
_State
>
273
typedef
_State
_StateT;
349
/// Describes a sequence of one or more %
_State
, its current start
hashtable_policy.h
383
typedef std::size_t
_State
;
385
_State
390
_M_reset(
_State
__state)
[
all
...]
Completed in 270 milliseconds