Home
last modified time | relevance | path

Searched refs:kOpFirstUpper (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1307 static constexpr uint8 kOpFirstUpper = 0x40; member in google::protobuf::compiler::objectivec::__anon6cccf9c20311::DecodeDataBuilder
1331 op_ = kOpFirstUpper; in AddFirst()
/third_party/protobuf/objectivec/
DGPBUtilities.m2200 const uint8_t kOpFirstUpper = 0b01000000;
2214 if (decodeOp == kOpFirstUpper) {