OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_space
(Results
1 - 17
of
17
) sorted by null
/external/libcxx/test/std/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
50
assert(std::regex_constants::
error_space
!= 0);
63
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
75
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
86
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
96
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
105
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
113
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
120
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
126
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
49
assert(std::regex_constants::
error_space
!= 0);
62
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
74
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
85
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
95
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
104
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
112
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
119
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
125
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
50
assert(std::regex_constants::
error_space
!= 0);
63
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
75
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
86
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
96
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
105
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
113
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
120
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
126
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp
75
std::regex_error e(std::regex_constants::
error_space
);
76
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp
74
std::regex_error e(std::regex_constants::
error_space
);
75
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.badexp/
regex_error.pass.cpp
75
std::regex_error e(std::regex_constants::
error_space
);
76
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/external/libcxx/src/
regex.cpp
42
case regex_constants::
error_space
:
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp
42
case regex_constants::
error_space
:
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
regex.cpp
42
case regex_constants::
error_space
:
/external/protobuf/php/ext/google/protobuf/
upb.h
481
ErrorSpace*
error_space
();
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
413
ErrorSpace*
error_space
() { return upb_status_errspace(this); }
function in class:upb::Status
[
all
...]
Completed in 1653 milliseconds