HomeSort by relevance Sort by last modified time
    Searched defs:Rep (Results 26 - 27 of 27) sorted by null

12

  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 622 GepNode *Rep = F->second;
623 N->Parent = Rep;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 234 // RepeatedPtrFieldBase's struct Rep):
245 struct Rep {
249 // We can not use sizeof(Rep) - sizeof(Element) due to the trailing padding on
256 Rep* rep_;
279 void InternalDeallocate(Rep* rep, int size) {
280 if (rep != NULL) {
281 Element* e = &rep->elements[0];
282 Element* limit = &rep->elements[size];
286 if (rep->arena == NULL)
    [all...]

Completed in 1561 milliseconds

12