OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeTraits
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.h
25
struct
TypeTraits
{
30
struct
TypeTraits
<fileapi::FileSystemURL> {
35
struct
TypeTraits
<std::vector<T> > {
58
base::Callback<void(typename
TypeTraits
<Arg>::ParamType)>
62
base::Callback<void(typename
TypeTraits
<Arg1>::ParamType,
63
typename
TypeTraits
<Arg2>::ParamType)>
66
typedef typename
TypeTraits
<Arg1>::ParamType Param1;
67
typedef typename
TypeTraits
<Arg2>::ParamType Param2;
/frameworks/rs/cpu_ref/linkloader/utils/
traits.h
23
struct
TypeTraits
{
37
struct
TypeTraits
<TYPE> { \
/external/chromium_org/mojo/public/bindings/lib/
bindings_internal.h
86
template <typename T> struct
TypeTraits
{
89
template <> struct
TypeTraits
<bool> {
92
template <> struct
TypeTraits
<char> {
95
template <> struct
TypeTraits
<int8_t> {
98
template <> struct
TypeTraits
<int16_t> {
101
template <> struct
TypeTraits
<int32_t> {
104
template <> struct
TypeTraits
<int64_t> {
107
template <> struct
TypeTraits
<uint8_t> {
110
template <> struct
TypeTraits
<uint16_t> {
113
template <> struct
TypeTraits
<uint32_t>
[
all
...]
/frameworks/native/services/sensorservice/
traits.h
79
class
TypeTraits
{
/external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h
588
// class
TypeTraits
{
[
all
...]
/external/protobuf/src/google/protobuf/
extension_set.h
514
// class
TypeTraits
{
[
all
...]
Completed in 627 milliseconds