HomeSort by relevance Sort by last modified time
    Searched full:has_storage (Results 1 - 5 of 5) sorted by null

  /external/protobuf/objectivec/
GPBUtilities.m 132 uint32_t *has_storage = self->messageStorage_->_has_storage_;
133 has_storage[-idx] = (value ? fieldNumber : 0);
136 uint32_t *has_storage = self->messageStorage_->_has_storage_;
140 has_storage[byte] |= bitMask;
142 has_storage[byte] &= ~bitMask;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 750 bool has_storage() const;
    [all...]
ast_type.cpp 90 ast_type_qualifier::has_storage() const function in class:ast_type_qualifier
glsl_parser.yy     [all...]
  /frameworks/base/cmds/statsd/src/
atoms.proto     [all...]

Completed in 236 milliseconds