Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h788 static void TypeOnceInit(const FieldDescriptor* to_init);
2054 internal::call_once(*type_once_, &FieldDescriptor::TypeOnceInit, this); in type()
Ddescriptor.cc7221 void FieldDescriptor::TypeOnceInit(const FieldDescriptor* to_init) { in TypeOnceInit() function in google::protobuf::FieldDescriptor
7230 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in message_type()
7237 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in enum_type()
7244 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in default_value_enum()