OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_obj
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py
158
def apply_type_recognizers(recognizers,
type_obj
):
159
"""Apply the given list of type recognizers to the type
TYPE_OBJ
.
160
If any recognizer in the list recognizes
TYPE_OBJ
, returns the name
163
result = r.recognize(
type_obj
)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py
158
def apply_type_recognizers(recognizers,
type_obj
):
159
"""Apply the given list of type recognizers to the type
TYPE_OBJ
.
160
If any recognizer in the list recognizes
TYPE_OBJ
, returns the name
163
result = r.recognize(
type_obj
)
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py
823
self.
type_obj
= None
825
def recognize(self,
type_obj
):
826
if
type_obj
.tag is None:
829
if self.
type_obj
is None:
830
if not self.match in
type_obj
.tag:
834
self.
type_obj
= gdb.lookup_type(self.name).strip_typedefs()
837
if self.
type_obj
==
type_obj
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py
823
self.
type_obj
= None
825
def recognize(self,
type_obj
):
826
if
type_obj
.tag is None:
829
if self.
type_obj
is None:
830
if not self.match in
type_obj
.tag:
834
self.
type_obj
= gdb.lookup_type(self.name).strip_typedefs()
837
if self.
type_obj
==
type_obj
:
[
all
...]
/external/v8/src/
factory.cc
681
Handle<Object>
type_obj
= LookupAsciiSymbol(type);
local
682
Handle<Object> argv[] = {
type_obj
, args };
[
all
...]
liveobjectlist.cc
292
Object*
type_obj
;
local
293
if (maybe_result->ToObject(&
type_obj
)) {
294
if (
type_obj
->IsString()) {
295
String* type_str = String::cast(
type_obj
);
[
all
...]
Completed in 457 milliseconds