Searched refs:TypeOnceInit (Results 1 – 2 of 2) sorted by relevance
788 static void TypeOnceInit(const FieldDescriptor* to_init);2054 internal::call_once(*type_once_, &FieldDescriptor::TypeOnceInit, this); in type()
7221 void FieldDescriptor::TypeOnceInit(const FieldDescriptor* to_init) { in TypeOnceInit() function in google::protobuf::FieldDescriptor7230 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()