Searched refs:TypeOnceInit (Results 1 – 3 of 3) sorted by relevance
874 static void TypeOnceInit(const FieldDescriptor* to_init);2164 internal::call_once(*type_once_, &FieldDescriptor::TypeOnceInit, this); in type()
7345 void FieldDescriptor::TypeOnceInit(const FieldDescriptor* to_init) { in TypeOnceInit() function in google::protobuf::FieldDescriptor7354 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in message_type()7361 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in enum_type()7368 internal::call_once(*type_once_, FieldDescriptor::TypeOnceInit, this); in default_value_enum()
49 "google::protobuf::FieldDescriptor::TypeOnceInit(google::protobuf::FieldDescriptor const*)";