HomeSort by relevance Sort by last modified time
    Searched refs:ExtensionSet (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
extensions.h 30 using ExtensionSet = EnumSet<Extension>;
36 std::string ExtensionSetToString(const ExtensionSet& extensions);
extensions.cpp 38 std::string ExtensionSetToString(const ExtensionSet& extensions) {
table.h 45 const libspirv::ExtensionSet extensions;
validate_instruction.cpp 41 using libspirv::ExtensionSet;
112 ExtensionSet RequiredExtensions(const ValidationState_t& state,
121 return ExtensionSet();
175 const ExtensionSet required_extensions =
  /external/protobuf/src/google/protobuf/
extension_set.h 79 // ExtensionSet::Extension small.
157 // ExtensionSet. When parsing, if a tag number is encountered which is
159 // off to the ExtensionSet for parsing. Etc.
160 class LIBPROTOBUF_EXPORT ExtensionSet {
162 ExtensionSet();
163 explicit ExtensionSet(::google::protobuf::Arena* arena);
164 ~ExtensionSet();
261 // Adds the given message to the ExtensionSet, taking ownership of the
353 void MergeFrom(const ExtensionSet& other);
354 void Swap(ExtensionSet* other)
    [all...]
extension_set.cc 130 void ExtensionSet::RegisterExtension(const MessageLite* containing_type,
153 void ExtensionSet::RegisterEnumExtension(const MessageLite* containing_type,
165 void ExtensionSet::RegisterMessageExtension(const MessageLite* containing_type,
180 ExtensionSet::ExtensionSet(::google::protobuf::Arena* arena) : arena_(arena) {
186 ExtensionSet::ExtensionSet() : arena_(NULL) {}
188 ExtensionSet::~ExtensionSet() {
199 // void ExtensionSet::AppendToList(const Descriptor* containing_type
    [all...]
extension_set_heavy.cc 94 void ExtensionSet::AppendToList(
144 const MessageLite& ExtensionSet::GetMessage(int number,
162 MessageLite* ExtensionSet::MutableMessage(const FieldDescriptor* descriptor,
188 MessageLite* ExtensionSet::ReleaseMessage(const FieldDescriptor* descriptor,
216 ExtensionSet::Extension* ExtensionSet::MaybeNewRepeatedExtension(const FieldDescriptor* descriptor) {
230 MessageLite* ExtensionSet::AddMessage(const FieldDescriptor* descriptor,
252 void ExtensionSet::AddAllocatedMessage(const FieldDescriptor* descriptor,
289 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input,
304 bool ExtensionSet::ParseMessageSet(io::CodedInputStream* input
    [all...]
dynamic_message.cc 93 using internal::ExtensionSet;
344 new(OffsetToPointer(type_info_->extensions_offset)) ExtensionSet;
427 reinterpret_cast<ExtensionSet*>(
428 OffsetToPointer(type_info_->extensions_offset))->~ExtensionSet();
703 // The ExtensionSet, if any.
706 size += sizeof(ExtensionSet);
generated_message_reflection.h 74 class ExtensionSet; // extension_set.h
124 // extensions_offset: Offset in the message of the ExtensionSet for the
478 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
479 inline ExtensionSet* MutableExtensionSet(Message* message) const;
generated_message_reflection.cc     [all...]
descriptor.pb.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 79 // ExtensionSet::Extension small.
157 // ExtensionSet. When parsing, if a tag number is encountered which is
159 // off to the ExtensionSet for parsing. Etc.
160 class LIBPROTOBUF_EXPORT ExtensionSet {
162 ExtensionSet();
163 explicit ExtensionSet(::google::protobuf::Arena* arena);
164 ~ExtensionSet();
261 // Adds the given message to the ExtensionSet, taking ownership of the
353 void MergeFrom(const ExtensionSet& other);
354 void Swap(ExtensionSet* other)
    [all...]
generated_message_reflection.h 74 class ExtensionSet; // extension_set.h
124 // extensions_offset: Offset in the message of the ExtensionSet for the
478 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
479 inline ExtensionSet* MutableExtensionSet(Message* message) const;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet {
157 ExtensionSet();
158 ~ExtensionSet();
255 // Adds the given message to the ExtensionSet, taking ownership of the
324 void MergeFrom(const ExtensionSet& other);
325 void Swap(ExtensionSet* other);
338 // methods of ExtensionSet, this only works for generated message types -
    [all...]
generated_message_reflection.h 69 class ExtensionSet; // extension_set.h
119 // extensions_offset: Offset in the message of the ExtensionSet for the
317 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
318 inline ExtensionSet* MutableExtensionSet(Message* message) const;
descriptor.pb.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet {
157 ExtensionSet();
158 ~ExtensionSet();
255 // Adds the given message to the ExtensionSet, taking ownership of the
324 void MergeFrom(const ExtensionSet& other);
325 void Swap(ExtensionSet* other);
338 // methods of ExtensionSet, this only works for generated message types -
    [all...]
generated_message_reflection.h 69 class ExtensionSet; // extension_set.h
119 // extensions_offset: Offset in the message of the ExtensionSet for the
317 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
318 inline ExtensionSet* MutableExtensionSet(Message* message) const;
descriptor.pb.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet {
157 ExtensionSet();
158 ~ExtensionSet();
255 // Adds the given message to the ExtensionSet, taking ownership of the
324 void MergeFrom(const ExtensionSet& other);
325 void Swap(ExtensionSet* other);
338 // methods of ExtensionSet, this only works for generated message types -
    [all...]
generated_message_reflection.h 69 class ExtensionSet; // extension_set.h
119 // extensions_offset: Offset in the message of the ExtensionSet for the
317 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
318 inline ExtensionSet* MutableExtensionSet(Message* message) const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 77 // ExtensionSet::Extension small.
152 // ExtensionSet. When parsing, if a tag number is encountered which is
154 // off to the ExtensionSet for parsing. Etc.
155 class LIBPROTOBUF_EXPORT ExtensionSet {
157 ExtensionSet();
158 ~ExtensionSet();
255 // Adds the given message to the ExtensionSet, taking ownership of the
324 void MergeFrom(const ExtensionSet& other);
325 void Swap(ExtensionSet* other);
338 // methods of ExtensionSet, this only works for generated message types -
    [all...]
generated_message_reflection.h 69 class ExtensionSet; // extension_set.h
119 // extensions_offset: Offset in the message of the ExtensionSet for the
317 inline const ExtensionSet& GetExtensionSet(const Message& message) const;
318 inline ExtensionSet* MutableExtensionSet(Message* message) const;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 212 bool HasAnyOfExtensions(const libspirv::ExtensionSet& extensions) const;
367 libspirv::ExtensionSet module_extensions_;
validation_state.cpp 320 const ExtensionSet& extensions) const {

Completed in 722 milliseconds

1 2