Home
last modified time | relevance | path

Searched refs:ReadGroup (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DFileHandle.h53 ReadGroup = 0x0040, enumerator
/frameworks/compile/mclinker/lib/Support/Windows/
DFileSystem.inc78 if (pPerm & FileHandle::ReadOwner || pPerm & FileHandle::ReadGroup ||
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc113 if (pPerm & FileHandle::ReadGroup)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h329 static inline bool ReadGroup (field_number, input, MessageLite* value);
Dwire_format_lite_inl.h432 inline bool WireFormatLite::ReadGroup(int field_number, in ReadGroup() function
Dwire_format.cc682 if (!WireFormatLite::ReadGroup(WireFormatLite::GetTagFieldNumber(tag), in ParseAndMergeField()
Dextension_set.cc1302 if (!WireFormatLite::ReadGroup(number, input, value)) return false; in ParseFieldWithExtensionInfo()