OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clstring
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Modules/Inputs/using-decl-redecl/
a.h
2
namespace N { typedef ::string
clstring
; }
typedef in namespace:N
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h
107
typedef std::string
clstring
;
typedef in namespace:fLS
135
using ::fLS::
clstring
; \
136
extern GFLAGS_DLL_DECLARE_FLAG ::fLS::
clstring
& FLAGS_##name; \
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h
107
typedef std::string
clstring
;
typedef in namespace:fLS
135
using ::fLS::
clstring
; \
136
extern GFLAGS_DLL_DECLARE_FLAG ::fLS::
clstring
& FLAGS_##name; \
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h
550
typedef std::string
clstring
;
typedef in namespace:fLS
552
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
554
return new(stringspot)
clstring
(value);
556
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
557
const
clstring
&value) {
558
return new(stringspot)
clstring
(value);
560
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
564
#define DECLARE_string(name) namespace fLS { extern ::fLS::
clstring
& FLAGS_##name; } \
576
using ::fLS::
clstring
; \
577
static union { void* align; char s[sizeof(
clstring
)]; } s_##name[2];
[
all
...]
/external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h
570
typedef std::string
clstring
;
typedef in namespace:fLS
572
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
574
return new(stringspot)
clstring
(value);
576
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
577
const
clstring
&value) {
578
return new(stringspot)
clstring
(value);
580
inline
clstring
* dont_pass0toDEFINE_string(char *stringspot,
584
#define DECLARE_string(name) namespace fLS { extern GFLAGS_DLL_DECLARE_FLAG ::fLS::
clstring
& FLAGS_##name; } \
593
using ::fLS::
clstring
; \
594
static union { void* align; char s[sizeof(
clstring
)]; } s_##name[2];
[
all
...]
Completed in 250 milliseconds