OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeId
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h
469
// unique IDs to fixture classes and compare them. The
TypeId
type is
470
// used to hold such IDs. The user should treat
TypeId
as an opaque
471
// type: the only operation allowed on
TypeId
values is to compare
473
typedef void*
TypeId
;
479
inline
TypeId
GetTypeId() {
/external/gtest/include/gtest/internal/
gtest-internal.h
487
// unique IDs to fixture classes and compare them. The
TypeId
type is
488
// used to hold such IDs. The user should treat
TypeId
as an opaque
489
// type: the only operation allowed on
TypeId
values is to compare
491
typedef const void*
TypeId
;
509
TypeId
GetTypeId() {
522
TypeId
GetTestTypeId();
598
TypeId
fixture_class_id,
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
506
// unique IDs to fixture classes and compare them. The
TypeId
type is
507
// used to hold such IDs. The user should treat
TypeId
as an opaque
508
// type: the only operation allowed on
TypeId
values is to compare
510
typedef const void*
TypeId
;
528
TypeId
GetTypeId() {
541
GTEST_API_
TypeId
GetTestTypeId();
619
TypeId
fixture_class_id,
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
486
// unique IDs to fixture classes and compare them. The
TypeId
type is
487
// used to hold such IDs. The user should treat
TypeId
as an opaque
488
// type: the only operation allowed on
TypeId
values is to compare
490
typedef const void*
TypeId
;
508
TypeId
GetTypeId() {
521
TypeId
GetTestTypeId();
597
TypeId
fixture_class_id,
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h
464
// unique IDs to fixture classes and compare them. The
TypeId
type is
465
// used to hold such IDs. The user should treat
TypeId
as an opaque
466
// type: the only operation allowed on
TypeId
values is to compare
468
typedef const void*
TypeId
;
486
TypeId
GetTypeId() {
499
GTEST_API_
TypeId
GetTestTypeId();
564
TypeId
fixture_class_id,
[
all
...]
/frameworks/compile/slang/
slang_rs_reflection.cpp
111
unsigned
TypeId
= EPT->getType();
113
if (
TypeId
< (sizeof(PrimitiveTypeJavaNameMap) / sizeof(const char*))) {
311
unsigned
TypeId
= EPT->getType();
313
if (
TypeId
< (sizeof(PrimitiveTypePackerAPINameMap) / sizeof(const char*)))
432
unsigned
TypeId
= EPT->getType();
434
if (
TypeId
<
[
all
...]
Completed in 455 milliseconds