HomeSort by relevance Sort by last modified time
    Searched defs:parent_tag (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 797 dw_tag_t parent_tag = parent->Tag(); local
798 if (parent_tag == DW_TAG_class_type || parent_tag == DW_TAG_structure_type)
812 parent_tag = parent->Tag();
814 if (parent_tag == DW_TAG_class_type || parent_tag == DW_TAG_structure_type)
    [all...]
SymbolFileDWARF.cpp 7361 dw_tag_t parent_tag = sc_parent_die ? sc_parent_die->Tag() : 0; local
7640 dw_tag_t parent_tag = sc_parent_die ? sc_parent_die->Tag() : 0; local
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 334 parent_tag: The tag of the permanent item's parent. If ROOT_ID, indicates
346 def __init__(self, tag, name, parent_tag, sync_type, create_by_default=True):
349 self.parent_tag = parent_tag
489 parent_tag=ROOT_ID, sync_type=APPS),
491 parent_tag=ROOT_ID, sync_type=APP_LIST),
493 parent_tag=ROOT_ID, sync_type=APP_NOTIFICATION),
496 parent_tag=ROOT_ID, sync_type=APP_SETTINGS),
498 parent_tag=ROOT_ID, sync_type=BOOKMARK),
500 parent_tag='google_chrome_bookmarks', sync_type=BOOKMARK)
521 parent_tag=ROOT_ID, variable in class:SyncDataModel
525 parent_tag=ROOT_ID, variable in class:SyncDataModel
529 parent_tag=ROOT_ID, variable in class:SyncDataModel
    [all...]

Completed in 278 milliseconds